mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / check-testcase.test
blob88b56c95cecf93c66e61701b8bbcfe00da1507fa
3 # This test is executed twice for each test case if mysql-test-run is passed
4 # the flag --check-testcase. Before every testcase it is run with mysqltest
5 # in record mode and will thus produce an output file that can be compared
6 # to output from after the tescase.
7 # In that way its possible to check that a testcase does not have
8 # any unwanted side affects.
10 --disable_query_log
11 --replace_column 5 # 6 # 7 # 8 # 9 # 10 # 22 # 23 # 24 # 25 # 26 #
12 query_vertical
13 SHOW SLAVE STATUS;
15 call mtr.check_testcase();
16 --enable_query_log