~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged 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
#