~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/insert_select.inc

  • Committer: David Shrewsbury
  • Date: 2010-12-21 20:47:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2026.
  • Revision ID: shrewsbury.dave@gmail.com-20101221204729-a1spv2gkz4yhq57v
No longer pass DROP SCHEMA/TABLE through the replication stream if it uses IF EXISTS and does not drop anything. Fix up test cases for this change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
);
29
29
 
30
30
INSERT INTO t2 SELECT * FROM t1;
 
31
 
 
32
DROP TABLE t1, t2;