~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Tests simple TRUNCATE TABLE statements and the transaction log
#

# Ignore startup/shutdown events
--disable_query_log
--source ../plugin/transaction_log/tests/t/truncate_log.inc
--enable_query_log

# Populate log with some records...
--source ../plugin/transaction_log/tests/t/truncate.inc

# Read in the transaction.log.

--replace_result $DRIZZLETEST_VARDIR VARDIR
--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log

# Truncate the log file to reset for the next test
--source ../plugin/transaction_log/tests/t/truncate_log.inc