~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/lock_multi.result

  • Committer: Brian Aker
  • Date: 2010-11-19 14:41:43 UTC
  • mfrom: (1933.1.12 refactor)
  • mto: This revision was merged to the branch mainline in revision 1940.
  • Revision ID: brian@tangent.org-20101119144143-ktwsjh70b7obxlou
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CREATE DATABASE mysqltest_1;
3
3
FLUSH TABLES WITH READ LOCK;
4
4
DROP DATABASE mysqltest_1;
5
 
Timeout in wait_condition.inc for select count(*) = 1 from data_dictionary.processlist
6
 
where state = "Waiting for release of readlock"
7
 
  and info = "DROP DATABASE mysqltest_1"
8
5
DROP DATABASE mysqltest_1;
9
6
ERROR HY000: Can't execute the query because you have a conflicting read lock
10
7
UNLOCK TABLES;