diff options
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index e8bc7486369..7c1b7c5b60d 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -27,7 +27,7 @@ drop database foo; drop database if exists foo; flush tables with read lock; create database foo; -Can't execute the query because you have a conflicting read lock +Got one of the listed errors unlock tables; create database foo; show databases; @@ -37,7 +37,7 @@ mysql test flush tables with read lock; drop database foo; -Can't execute the query because you have a conflicting read lock +Got one of the listed errors unlock tables; drop database foo; show databases; |