diff --git a/mysql-test/t/maria-recover.test b/mysql-test/t/maria-recover.test index 924d573fe4e..9f9db2d8987 100644 --- a/mysql-test/t/maria-recover.test +++ b/mysql-test/t/maria-recover.test @@ -1,6 +1,8 @@ # Test of the --maria-recover option. --source include/have_maria.inc +--source include/have_debug.inc # will be removed + select @@global.maria_recover; set global maria_recover=off; @@ -46,7 +48,9 @@ perl; close FILE; EOF +disable_ps_protocol; select * from t_corrupted2; # should show corruption and repair messages +enable_ps_protocol; select * from t_corrupted2; # should show just rows drop database mysqltest;