~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

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

  • Committer: Padraig O'Sullivan
  • Date: 2010-04-17 01:38:47 UTC
  • mfrom: (1237.9.238 bad-staging)
  • Revision ID: osullivan.padraig@gmail.com-20100417013847-ibjioqsfbmf5yg4g
Merge trunk.

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