~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drop.test

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
create table mysql_test.`#sql-347f_7` (f1 int);
93
93
create table mysql_test.`#sql-347f_8` (f1 int);
94
94
drop table mysql_test.`#sql-347f_8`;
95
 
## TODO: Uncommenting this causes drop database to fail, but I don't know that
96
 
#  I care to fix it, since it's testing .frm implementation which is being 
97
 
#  replaced.
98
 
#copy_file $MYSQLTEST_VARDIR/master-data/mysql_test/t1.frm $MYSQLTEST_VARDIR/master-data/mysql_test/#sql-347f_6.frm;
99
95
drop database mysql_test;
100
96
 
101
97
#