~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 CREATE DATABASE and DROP DATABASE 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...
1237.10.5 by Monty Taylor
Plugin tests in plugin dirs.
6
--source ../plugin/transaction_log/tests/t/database.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
1237.10.5 by Monty Taylor
Plugin tests in plugin dirs.
13
--source ../plugin/transaction_log/tests/t/truncate_log.inc