Commit 503fd211 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the test for windows

parent b6344698
call mtr.add_suppression("/mysql/user"); call mtr.add_suppression("mysql.user");
# switching from mysql.global_priv to mysql.user # switching from mysql.global_priv to mysql.user
flush tables; flush tables;
flush privileges; flush privileges;
......
# #
# MDEV-20257 Server crashes in Grant_table_base::init_read_record upon crash-upgrade # MDEV-20257 Server crashes in Grant_table_base::init_read_record upon crash-upgrade
# #
source include/not_embedded.inc;
call mtr.add_suppression("/mysql/user"); call mtr.add_suppression("mysql.user");
source include/switch_to_mysql_user.inc; source include/switch_to_mysql_user.inc;
let mysql_datadir=`select @@datadir`; let mysql_datadir=`select @@datadir`;
...@@ -14,6 +15,7 @@ perl; ...@@ -14,6 +15,7 @@ perl;
sysseek F, 24, O_RDWR or die "sysseek: $!"; sysseek F, 24, O_RDWR or die "sysseek: $!";
syswrite F, 1, 1 or die "syswrite: $!"; syswrite F, 1, 1 or die "syswrite: $!";
EOF EOF
replace_result \\ /;
flush privileges; flush privileges;
source include/switch_to_mysql_global_priv.inc; source include/switch_to_mysql_global_priv.inc;
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