2
# This test is executed twice for each test case if mysql-test-run is passed
3
# the flag --check-testcase.
4
# Before every testcase it's run with mysqltest in record mode and will
5
# thus produce an output file
6
# that can be compared to output from after the tescase.
7
# In that way it's possible to check that a testcase does not have
8
# any unwanted side affects.
12
# Dump all global variables
14
select * from data_dictionary.GLOBAL_VARIABLES where VARIABLE_NAME != 'timestamp';
22
# Dump the "test" database, all it's tables and their data
24
--exec $DRIZZLE_DUMP --skip-comments test