~drizzle-trunk/drizzle/development

1143.2.10 by Jay Pipes
Phase 2 new replication work:
1
#
2
# Tests auto_commit behaviour 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/auto_commit.inc
1143.2.10 by Jay Pipes
Phase 2 new replication work:
7
1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
8
# Read in the transaction.log.
1143.2.10 by Jay Pipes
Phase 2 new replication work:
9
1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
10
--exec ../drizzled/message/transaction_reader var/master-data/transaction.log
1143.2.10 by Jay Pipes
Phase 2 new replication work:
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