~stewart/drizzle/docs-improvements-1

« back to all changes in this revision

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

merged with up to date trunk

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;