~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drop.test

  • Committer: Brian Aker
  • Date: 2009-01-06 23:23:11 UTC
  • mfrom: (759.1.9 devel)
  • Revision ID: brian@tangent.org-20090106232311-zjmahanuauc30r8o
Merge Monty.

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
#