~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drop.result

  • Committer: Brian Aker
  • Date: 2010-01-22 00:53:13 UTC
  • Revision ID: brian@gaz-20100122005313-jmizcbcdi1lt4tcx
Revert db patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
mysql
62
62
test
63
63
drop database mysqltest;
64
 
ERROR HY000: Can't drop database 'mysqltest'; database doesn't exist
 
64
ERROR HY000: Can't drop database './mysqltest/'; database doesn't exist
65
65
drop table t1;
66
66
flush tables with read lock;
67
67
create table t1(n int);