Commit 2aa30e9d authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-3820 MTR1 produces bootstrap SQL file with wrong syntax, server bootstrap fails

parent 99db2fe5
......@@ -3223,7 +3223,7 @@ sub install_db ($$) {
my $bootstrap_sql_file= "$opt_vardir/tmp/bootstrap.sql";
# Use the mysql database for system tables
mtr_tofile($bootstrap_sql_file, "use mysql");
mtr_tofile($bootstrap_sql_file, "use mysql;\n");
# Add the offical mysql system tables
# for a production system
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment