~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/alter.test

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests ALTER statements and the transaction log
3
3
#
4
4
 
5
 
--source suite/transaction_log/t/alter.inc
 
5
--source ../plugin/transaction_log/tests/t/alter.inc
6
6
 
7
7
# Read in the transaction.log.
8
8
 
9
9
--exec ../drizzled/message/transaction_reader var/master-data/transaction.log
10
10
 
11
11
# Truncate the log file to reset for the next test
12
 
--source suite/transaction_log/t/truncate_log.inc
 
12
--source ../plugin/transaction_log/tests/t/truncate_log.inc