summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/maria/t/maria-autozerofill.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/t/maria-autozerofill.test b/mysql-test/suite/maria/t/maria-autozerofill.test
index 637b7dafe92..1a9445ed9f0 100644
--- a/mysql-test/suite/maria/t/maria-autozerofill.test
+++ b/mysql-test/suite/maria/t/maria-autozerofill.test
@@ -54,6 +54,7 @@ EOF
disable_ps_protocol; # see maria-recover.test
replace_regex /Table.*t1/t1/ ;
+replace_result \\ /;
select * from t1;
enable_ps_protocol;
flush table t1;
@@ -95,7 +96,9 @@ EOF
check table t2;
check table t2;
repair table t2;
+replace_result \\ /;
optimize table t3;
+replace_result \\ /;
analyze table t4;
drop database mysqltest;