~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Monty Taylor
  • Date: 2009-01-06 18:38:01 UTC
  • mto: This revision was merged to the branch mainline in revision 762.
  • Revision ID: mordred@inaugust.com-20090106183801-fz47oiqxep6yy1ih
Enabled drop.test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
create table mysql_test.`#sql-347f_7` (f1 int);
165
165
create table mysql_test.`#sql-347f_8` (f1 int);
166
166
drop table mysql_test.`#sql-347f_8`;
167
 
copy_file $MYSQLTEST_VARDIR/master-data/mysql_test/t1.frm $MYSQLTEST_VARDIR/master-data/mysql_test/#sql-347f_6.frm;
 
167
## TODO: Uncommenting this causes drop database to fail, but I don't know that
 
168
#  I care to fix it, since it's testing .frm implementation which is being 
 
169
#  replaced.
 
170
#copy_file $MYSQLTEST_VARDIR/master-data/mysql_test/t1.frm $MYSQLTEST_VARDIR/master-data/mysql_test/#sql-347f_6.frm;
168
171
drop database mysql_test;
169
172
 
170
173
#