~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
#
2
# Check that we haven't any strange new tables or databases
3
#
4
show databases;
5
show tables in mysql;