~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ 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
#