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

skeema / skeema / 17112649332 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2025 11:24PM UTC
Files 80
Run time 2s
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 2025 11:14PM UTC coverage: 92.941% (-0.02%) from 92.957%
17112649332.1

push

github

evanelias
lower_case_table_names=2: workaround for recent MariaDB change

When the database server uses lower_case_table_names=2, MariaDB 10.11+
releases from May 2025 onwards seem to have odd behavior with column
information_schema.routines.routine_schema: mixed-case schema names always
come back downcased now, and WHERE clauses on this column only match downcased
schema names as well. This breaks Skeema's introspection of routines in this
very specific situation.

As a workaround, we force a case-insensitive comparison during introspection
of routines if using lower_case_table_names=2 in MariaDB 10.11.13+.

This introspection change is harmless for unaffected MariaDB versions, so no
need to target specific point releases beyond gating the minimum 10.11
affected. But for sake of completeness, the affected versions are:
* MariaDB 10.11: 10.11.13+
* MariaDB 11.4:  11.4.7+
* All GA releases of MariaDB 11.8 and beyond (e.g. 12.0, ...)

The MariaDB change is almost certainly related to MDEV-14432, but the exact
cause is not yet clear. I will file a new MariaDB bug within the next couple
weeks when time permits.

10810 of 11631 relevant lines covered (92.94%)

1.11 hits per line

Source Files on job 17112649332.1
  • Tree
  • List 80
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17112649332
  • f623e3cd on github
  • Prev Job for on main (#17013975384.1)
  • Next Job for on main (#17138766507.1)
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