mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade
Renames the upgrade state file, and ensures the old file is properly removed when `mariadb-upgrade` tool is executed. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
This commit is contained in:
committed by
Andrew Hutchings
parent
d6e3d89c80
commit
3622644836
@ -185,6 +185,6 @@ flush tables;
|
||||
# back to mariadb default
|
||||
drop table mysql.event;
|
||||
rename table mysql.ev_bk to mysql.event;
|
||||
remove_file $MYSQLD_DATADIR/mysql_upgrade_info;
|
||||
remove_file $MYSQLD_DATADIR/mariadb_upgrade_info;
|
||||
drop view v1,v2,v3;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user