~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/tests/r/blackhole.result

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 19:25:23 UTC
  • mfrom: (1410 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326192523-ibjlbt1p692vobtj
merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
INSERT INTO t1 VALUES (1, 1111, 11.111);
26
26
INSERT INTO t1 VALUES (2, 2222, 22.222);
27
27
INSERT INTO t1 VALUES (3, 3333, 33.333);
 
28
drop table t1;
28
29
CREATE TABLE t5 (a int) ENGINE=BLACKHOLE;
29
30
INSERT INTO t5 VALUES (1);
30
31
FLUSH TABLES WITH READ LOCK;