~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Truncate the log file to reset for the next test
 
2
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
3
 
 
4
--source ../plugin/transaction_log/tests/t/ddl_transaction_id.inc
 
5
 
 
6
--replace_column 2 X 7 X 8 X 9 X
 
7
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG;
 
8
--replace_column 1 X 3 X
 
9
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES;
 
10
--replace_column 1 X 4 X 5 X
 
11
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS;
 
12
 
 
13
# Truncate the log file to reset for the next test
 
14
--source ../plugin/transaction_log/tests/t/truncate_log.inc