~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
#
2
# Check that we haven't any strange new tables or databases
3
#
496.1.2 by Paul McCullagh
Changes to .test files to run both PBXT and InnoDB
4
# PBXT drop the pbxt database if it exits
5
--disable_warnings
6
--disable_query_log
7
drop database if exists pbxt;
8
--enable_query_log
9
--enable_warnings
10
1 by brian
clean slate
11
show databases;
12
show tables in mysql;