Commit 97189b02 authored by Guilhem Bichot's avatar Guilhem Bichot

comments in tests

mysql-test/t/maria-recover.test:
  comments
parent cd8f6a1e
# Test of the --maria-recover option. # Test of the --maria-recover option.
--source include/have_maria.inc --source include/have_maria.inc
--source include/have_debug.inc # will be removed # line below will be removed
--source include/have_debug.inc
select @@global.maria_recover; select @@global.maria_recover;
...@@ -48,6 +49,7 @@ perl; ...@@ -48,6 +49,7 @@ perl;
close FILE; close FILE;
EOF EOF
# line below will be removed
disable_ps_protocol; disable_ps_protocol;
select * from t_corrupted2; # should show corruption and repair messages select * from t_corrupted2; # should show corruption and repair messages
enable_ps_protocol; enable_ps_protocol;
......
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