mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
7 lines
198 B
Text
7 lines
198 B
Text
|
--source include/mysql_upgrade_preparation.inc
|
||
|
|
||
|
--exec $MYSQL_UPGRADE --force --upgrade-system-tables 2>&1
|
||
|
|
||
|
let $MYSQLD_DATADIR= `select @@datadir`;
|
||
|
--remove_file $MYSQLD_DATADIR/mysql_upgrade_info
|