~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/varbinary.test

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:10:27 UTC
  • mfrom: (908.3.8 for-brian)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305021027-1nw5yl1uzulytl42
Merging stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
chmod 0777 $MYSQLTEST_VARDIR/master-data/test/t1.MYI;
56
56
--error ER_NO_SUCH_TABLE
57
57
show create table t1;
 
58
--error ER_BAD_TABLE_ERROR
58
59
drop table t1;
 
60
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.frm
 
61
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.MYD
 
62
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.MYI 
59
63
 
60
64
# Check that the fix does not affect table created with current version
61
65
create table t1(a varbinary(255));