diff options
Diffstat (limited to 'mysql-test/main/lock.result')
-rw-r--r-- | mysql-test/main/lock.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/lock.result b/mysql-test/main/lock.result index e3fd16ee59a..0805fd45864 100644 --- a/mysql-test/main/lock.result +++ b/mysql-test/main/lock.result @@ -406,7 +406,7 @@ LOCK TABLE t1 WRITE; HANDLER t1 OPEN; ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction HANDLER t1 READ FIRST; -ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction +Got one of the listed errors HANDLER t1 CLOSE; ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction UNLOCK TABLES; |