~drizzle-trunk/drizzle/development

1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
1
#
2
# Tests behaviour of temporary tables and the transaction log
3
#
4
5
# Populate log with some records...
1237.10.5 by Monty Taylor
Plugin tests in plugin dirs.
6
--source ../plugin/transaction_log/tests/t/temp_tables.inc
1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
7
8
# Read in the transaction.log.
9
1786.3.2 by Monty Taylor
Cleaned up the initial pass at this. It's not perfect, but it does work.
10
--exec ../drizzled/message/transaction_reader var/master-data/local/transaction.log
1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
11
12
# Truncate the log file to reset for the next test
1237.10.5 by Monty Taylor
Plugin tests in plugin dirs.
13
--source ../plugin/transaction_log/tests/t/truncate_log.inc