~jaypipes/drizzle/refactor-trx-log-applier

1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Tests simple DELETE statements and the transaction log
#

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

# Read in the transaction.log.

--exec ../drizzled/message/transaction_reader var/master-data/transaction.log

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