Commit 280c989c authored by Guilhem Bichot's avatar Guilhem Bichot

Limit maria-recover.test to debug builds and non-ps-protocol for now. Reason...

Limit maria-recover.test to debug builds and non-ps-protocol for now. Reason is that non-debug Maria outputs
less corruption warnings (to be discussed), and mysqltest eats warnings when in ps-protocol (to be discussed).
This is temporary until a better fix is decided.

mysql-test/t/maria-recover.test:
  limit test to debug builds and non-ps-protocol for now
parent f829f23e
# 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;
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