~drizzle-trunk/drizzle/development

1
2
3
CREATE TABLE t1 (a int primary key);
SHOW CREATE TABLE t1;
DROP TABLE t1;