~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/blackhole.result

  • Committer: Brian Aker
  • Date: 2009-12-04 02:29:12 UTC
  • mto: (1237.2.7 push) (1238.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091204022912-m1bpj0y65zf7s0ud
Pass through charsets to remove dead code.

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;