~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/tests/t/blackhole.test

  • Committer: Brian Aker
  • Date: 2010-03-24 19:45:37 UTC
  • mfrom: (1377.3.20 pandora-build)
  • Revision ID: brian@gaz-20100324194537-hf3tpibznhozvwl1
Merge monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
INSERT INTO t1 VALUES (1, 1111, 11.111);
41
41
INSERT INTO t1 VALUES (2, 2222, 22.222);
42
42
INSERT INTO t1 VALUES (3, 3333, 33.333);
 
43
drop table t1;
43
44
 
44
45
# Double check that read locks are still being honored by the kernel.
45
46
CREATE TABLE t5 (a int) ENGINE=BLACKHOLE;