Skip to content

Update test matrx to include MariaDB 11 #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 0.7.x
Choose a base branch
from

Conversation

grooverdan
Copy link

MariaDB has had a 11 release for a while and this includes a 11.8 LTS release which is under the :11 tag.

@grooverdan
Copy link
Author

on test failure MariaDB is returning a LONG rather than a LONGLONG that the test expects.

MariaDB [(none)]> select 0 UNION select null;
Field   1:  `0`
Org_field:  `0`
Catalog:    `def`
Database:   ``
Table:      ``
Org_table:  ``
Type:       LONG
Collation:  binary (63)
Length:     1
Max_length: 1
Decimals:   0
Flags:      NUM 


+------+
| 0    |
+------+
|    0 |
| NULL |
+------+

10.6 -> 12.0.1 have the same type.

$this->assertSame(Constants::FIELD_TYPE_LONGLONG, $command->resultFields[0]['type']);

@WyriHaximus WyriHaximus added this to the v0.7.0 milestone Jul 16, 2025
@WyriHaximus
Copy link
Member

Hey @grooverdan thank you for this PR, could you please rebase this PR on the latest changes in 0.7.x? Just merged #212 which fix the errors we're seeing which are unrelated to your changed.

@grooverdan
Copy link
Author

Fixing the wait-for-mysql.sh to work now too (no mysql in 11+ containers).

MariaDB has had a 11 release for a while and this includes a 11.8 LTS release which is under the :11 tag.

MariaDB:11+ doesn't include a mysql executable so used
its own healthcheck.sh to wait for startup with timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants