~jaypipes/drizzle/bug534806

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Brian Aker
  • Date: 2010-03-03 05:02:36 UTC
  • mfrom: (1309.2.19 build)
  • Revision ID: brian@gaz-20100303050236-y7dotibgwks12gyp
Merge.

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
#