~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.
2088.9.10 by patrick crews
Updates to filesystem_engine and transaction_log tests to allow dbqp + test-run.pl to live together and execute all tests
9
--replace_result $DRIZZLETEST_VARDIR VARDIR
2258.1.1 by patrick crews
Made the transaction_reader utility part of the codeTree. We now export the path an an env var that can be more easily called by drizzletest. Made adjustments to trx_log tests that need this
10
--exec $DRIZZLE_TRX_READER --ignore-events $DRIZZLETEST_VARDIR/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