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

skeema / skeema / 10478945592
92%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2024 08:51PM UTC
Jobs 1
Files 76
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

20 Aug 2024 08:43PM UTC coverage: 93.247% (-0.007%) from 93.254%
10478945592

push

github

evanelias
MariaDB 11.5 support

This commit marks MariaDB 11.5 as a supported DB flavor, now that its GA
release occurred on 14 Aug 2024. This is a rolling (short term support)
MariaDB server release.

Note the following schema management impacts of MariaDB 11.5:

* MariaDB 11.5 changes the default collation for Unicode character sets to use
  uca1400_ai_ci collations. See MDEV-25829. This only required a minor tweak
  to one of Skeema's test suite helper functions. Aside from this, uca1400
  collation support was already added in ee25133 (Skeema v1.11.1).

* Prior to MariaDB 11.5, the TIMESTAMP column type suffered from the Y2K38
  limitation. This has now been solved; see MDEV-32188. Skeema's lint-has-time
  annotation message has been adjusted accordingly for MariaDB, depending on
  the server version.

* Users of foreign keys should note that MariaDB 11.5.2 suffers from bug
  MDEV-34756, which means that when you ALTER a table to add a new foreign
  key, the existing data in the table is not validated against the new
  constraint by default, even with foreign_key_checks=ON. For a workaround,
  set global variable innodb_alter_copy_bulk to OFF for now. We expect the
  next quarter's MariaDB server releases to fix this bug. However, since 11.5
  is a rolling release, there won't be a MariaDB 11.5.3 release, as rolling
  releases don't have updates after GA (X.Y.2).

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

9984 of 10707 relevant lines covered (93.25%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10478945592.1 20 Aug 2024 08:51PM UTC 0
93.25
GitHub Action Run
Source Files on build 10478945592
Detailed source file information is not available for this build.
  • Back to Repo
  • 6165c902 on github
  • Prev Build on main (#10427303249)
  • Next Build on main (#10584656418)
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