1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix statistics_upgrade.test

This commit is contained in:
Sergei Petrunia
2021-08-31 23:58:03 +03:00
parent 9de81b2cde
commit a9c1feea60
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ drop table mysql.column_stats;
alter table t3 rename mysql.column_stats;
--echo # Run mysql_upgrade
--echo $MYSQL_UPGRADE
--exec $MYSQL_UPGRADE --upgrade-system-tables --force --silent 2>&1
let $MYSQLD_DATADIR= `select @@datadir`;