~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/information_schema.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:
13
13
# that the information contained in them matches
14
14
# the transaction log.
15
15
 
16
 
--replace_column 2 X 5 X 6 X 7 X 8 X 9 X
 
16
--replace_column 2 X 7 X 8 X 9 X
17
17
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG;
18
18
--replace_column 1 X 3 X
19
19
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES;
20
 
--replace_column 1 X 2 X 4 X 5 X
 
20
--replace_column 1 X 4 X 5 X
21
21
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS;
22
22
 
23
23
# Truncate the log file to reset for the next test