~drizzle-trunk/drizzle/development

1039.5.42 by Jay Pipes
Splits out the previously aggregated all.test case into separate test
1
#
1143.2.10 by Jay Pipes
Phase 2 new replication work:
2
# Tests simple UPDATE statements and the transaction log
1039.5.42 by Jay Pipes
Splits out the previously aggregated all.test case into separate test
3
#
4
5
# Populate log with some records...
1143.2.10 by Jay Pipes
Phase 2 new replication work:
6
--source suite/transaction_log/t/update.inc
1039.5.42 by Jay Pipes
Splits out the previously aggregated all.test case into separate test
7
1143.2.20 by Jay Pipes
* Fixes bug in replication where inserts, updates, and
8
# Read in the transaction.log.
1039.5.42 by Jay Pipes
Splits out the previously aggregated all.test case into separate test
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
1039.5.42 by Jay Pipes
Splits out the previously aggregated all.test case into separate test
11
12
# Truncate the log file to reset for the next test
1143.2.10 by Jay Pipes
Phase 2 new replication work:
13
--source suite/transaction_log/t/truncate_log.inc