~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Brian Aker
  • Date: 2009-04-27 14:36:40 UTC
  • Revision ID: brian@gaz-20090427143640-f6zjmtt9vm55qgm2
Patch on show processlist from  davi@apache.org

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
#