mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6984 Can't migrate from MySQL 5.6.21 to MariaDB 10
in mysql_upgrade: do FLUSH PRIVILEGES at the end, not together with mysql_fix_privilege_tables mysql-test/t/mysql_upgrade-6984.opt: use a dummy second option to force server restart after the test
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
The --upgrade-system-tables option was used, user tables won't be touched.
|
||||
Phase 1/4: Checking mysql database
|
||||
Phase 1/5: Checking mysql database
|
||||
Processing databases
|
||||
mysql
|
||||
mysql.column_stats OK
|
||||
@ -42,5 +42,6 @@ error : Corrupt
|
||||
mysql.innodb_table_stats
|
||||
Error : Unknown storage engine 'InnoDB'
|
||||
error : Corrupt
|
||||
Phase 2/4: Running 'mysql_fix_privilege_tables'...
|
||||
Phase 2/5: Running 'mysql_fix_privilege_tables'...
|
||||
Phase 5/5: Running 'FLUSH PRIVILEGES'...
|
||||
OK
|
||||
|
Reference in New Issue
Block a user