~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/savepoint.result

  • Committer: Lee Bieber
  • Date: 2010-12-30 21:59:29 UTC
  • mfrom: (2041.1.3 build)
  • Revision ID: kalebral@gmail.com-20101230215929-v5twa8o9mh5bkrpm
Merge Andrew - fix bug 632755: Crash / assertion failed in drizzled::Session::free_cached_table (this=0x7f83a42c63f0) at drizzled/sql_base.cc:513
Merge Lee - update tests to run with --repeat=2
Merge Shrews - 695755: filtered_replicator test hangs after first run when run with --repeat=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
  }
196
196
}
197
197
 
198
 
DROP TABLE t1, t2;
 
198
DROP TABLE t1, t2, t3;
199
199
SET GLOBAL transaction_log_truncate_debug= true;