Skip to content

Update MySQL CI from 8.0.36 to 8.4 and fix compatibility issues#1305

Merged
mrigger merged 2 commits intomainfrom
update-mysql-8.4
Mar 27, 2026
Merged

Update MySQL CI from 8.0.36 to 8.4 and fix compatibility issues#1305
mrigger merged 2 commits intomainfrom
update-mysql-8.4

Conversation

@mrigger
Copy link
Copy Markdown
Contributor

@mrigger mrigger commented Mar 27, 2026

  • Update mysql service image in CI from 8.0.36 to 8.4
  • Remove show_old_temporals system variable (removed in MySQL 8.4)
  • Update expected error for integer literals in ORDER BY: MySQL 8.4 changed the error context from 'order clause' to 'EXISTS subquery'

mrigger and others added 2 commits March 27, 2026 08:44
- Update mysql service image in CI from 8.0.36 to 8.4
- Remove show_old_temporals system variable (removed in MySQL 8.4)
- Update expected error for integer literals in ORDER BY: MySQL 8.4
  changed the error context from 'order clause' to 'EXISTS subquery'

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
MySQL 8.4 uses 'order clause' when the ORDER BY only contains an integer
literal, and 'EXISTS subquery' when ORDER BY also contains an EXISTS
expression. Both patterns need to be handled.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@mrigger mrigger merged commit fb3e6a9 into main Mar 27, 2026
16 of 26 checks passed
@mrigger mrigger deleted the update-mysql-8.4 branch March 27, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant