FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update MySQL CI from 8.0.36 to 8.4 and fix compatibility issues by mrigger · Pull Request #1305 · sqlancer/sqlancer · GitHub

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

Merged
mrigger merged 2 commits into
mainfrom
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 into
mainfrom
update-mysql-8.4

Conversation

mrigger commented Mar 27, 2026

Copy link
Copy Markdown
Contributor
  • 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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
mrigger merged commit fb3e6a9 into main Mar 27, 2026
16 of 26 checks passed
mrigger deleted the update-mysql-8.4 branch March 27, 2026 02:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL