~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/blackhole.result

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
UNLOCK TABLES;
39
39
INSERT INTO t5 VALUES (1);
40
40
DROP TABLE t5;
 
41
CREATE SCHEMA foo;
 
42
use foo;
 
43
CREATE TABLE A (A INT) ENGINE=BLACKHOLE;
 
44
DROP SCHEMA foo;