2007-12-19 10:25:21 +01:00
|
|
|
|
2006-01-26 17:54:34 +01:00
|
|
|
#
|
|
|
|
# This test is executed twice for each test case if mysql-test-run is passed
|
2007-12-19 10:25:21 +01:00
|
|
|
# the flag --check-testcase. Before every testcase it is run with mysqltest
|
|
|
|
# in record mode and will thus produce an output file that can be compared
|
|
|
|
# to output from after the tescase.
|
|
|
|
# In that way its possible to check that a testcase does not have
|
2006-01-26 17:54:34 +01:00
|
|
|
# any unwanted side affects.
|
|
|
|
#
|
2008-04-09 12:27:39 +02:00
|
|
|
--disable_query_log
|
|
|
|
call mtr.check_testcase();
|
|
|
|
--enable_query_log
|
2006-01-26 17:54:34 +01:00
|
|
|
|
|
|
|
|
|
|
|
|