~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
create database mysqltest;
2
create table mysqltest.t1(a int);
3
select table_schema from information_schema.tables where table_schema='mysqltest';
4
table_schema
5
drop database mysqltest;