• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skeema / skeema / 14504514475
92%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2025 11:25PM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2025 11:14PM UTC coverage: 93.213% (+0.001%) from 93.212%
14504514475

push

github

evanelias
MySQL 9.3 support

This commit marks MySQL 9.3 as a supported DB flavor. MySQL 9.3 is a short-
term-support Innovation server version, released yesterday (15 April 2025).

The only necessary change here relates to Docker instance creation, affecting
workspace=docker as well as integration test suites: in MySQL 9.3, the
previously-deprecated innodb-log-file-size global server variable has now been
removed. The newer innodb-redo-log-capacity variable must be used instead.

Since innodb-log-file-size no longer exists in MySQL 9.3+, but
innodb-redo-log-capacity only exists in MySQL 8.0.30+ (and never in MariaDB),
Skeema's Docker-related interactions now specify both variables using the
loose- prefix, which tells the server to ignore an unknown variable. MySQL
server versions 8.0.30 through 9.2.0 permit setting both variables at once,
in which case innodb-log-file-size is harmlessly ignored.

No other changes in functionality were necessary for MySQL 9.3 support in
Skeema.

8 of 8 new or added lines in 1 file covered. (100.0%)

10369 of 11124 relevant lines covered (93.21%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14504514475.1 16 Apr 2025 11:25PM UTC 78
93.21
GitHub Action Run
Source Files on build 14504514475
  • Tree
  • List 78
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ea6abc82 on github
  • Prev Build on main (#14368363503)
  • Next Build on main (#14583325066)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc