Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
11.5(EOL)
-
None
Description
The failure happens in the bb-11.5-bar-MDEV-25829 branch.
See the failed "major-upgrade-server" step for the preview branch in buildbot, the output looks like, e.g.
Phase 3/8: Running 'mysql_fix_privilege_tables'
|
ERROR 1267 (HY000) at line 675: Illegal mix of collations (utf8mb3_general_ci,COERCIBLE) and (utf8mb3_uca1400_ai_ci,COERCIBLE) for operation '='
|
ERROR 1064 (42000) at line 676: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NULL' at line 1
|
ERROR 1243 (HY000) at line 677: Unknown prepared statement handler (stmt) given to EXECUTE
|
ERROR 1243 (HY000) at line 678: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
|
ERROR 1267 (HY000) at line 679: Illegal mix of collations (utf8mb3_general_ci,COERCIBLE) and (utf8mb3_uca1400_ai_ci,COERCIBLE) for operation '='
|
ERROR 1064 (42000) at line 680: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NULL' at line 1
|
ERROR 1243 (HY000) at line 681: Unknown prepared statement handler (stmt) given to EXECUTE
|
ERROR 1243 (HY000) at line 682: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
|
FATAL ERROR: Upgrade failed
|
Attachments
Issue Links
- is caused by
-
MDEV-25829 Change default Unicode collation to uca1400_ai_ci
- Closed