~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/lock_multi.result

  • Committer: Eric Lambert
  • Date: 2009-06-11 21:19:36 UTC
  • mto: (1061.1.1 merge-all)
  • mto: This revision was merged to the branch mainline in revision 1062.
  • Revision ID: eric.d.lambert@gmail.com-20090611211936-g2gij43xakupz1dw
-removed rm_dir_w_symlink method call with rmdir since dir should not be a sym link in the first place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
ERROR HY000: Can't execute the query because you have a conflicting read lock
7
7
UNLOCK TABLES;
8
8
DROP DATABASE mysqltest_1;
9
 
ERROR HY000: Can't drop schema 'mysqltest_1'; schema doesn't exist
 
9
ERROR HY000: Can't drop database 'mysqltest_1'; database doesn't exist
10
10
End of 5.1 tests