~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2010-10-29 02:01:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101029020129-a981fu3ia5aaeppr
code cleanup, test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
CREATE TABLE t3 LIKE t2;
36
36
 
37
 
# check our list of transactions prior to the DROP
38
 
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES ;
39
 
 
40
37
DROP TABLE t1, t2, t3;
41
38
# The transaction log treats the above DROP as 3 
42
39
# separate transactions.  We check the last three