summaryrefslogtreecommitdiff
path: root/mysql-test/r/lock.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-06-10 17:23:53 +0200
committerSergei Golubchik <serg@mariadb.org>2018-06-11 09:57:54 +0200
commit6da8192174f033c2958ddafb2a15c14360bb1ecc (patch)
tree87763e307a6b4ce0252c239c16d0294e0ae4deb0 /mysql-test/r/lock.result
parente7ca377cb73a64e40832e9306194412fb07b8fa5 (diff)
downloadmariadb-git-6da8192174f033c2958ddafb2a15c14360bb1ecc.tar.gz
mysqltest: Allow HANDLER READ in --ps-protocol tests
adjust tests
Diffstat (limited to 'mysql-test/r/lock.result')
-rw-r--r--mysql-test/r/lock.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lock.result b/mysql-test/r/lock.result
index 501c379b257..0dcc0de828f 100644
--- a/mysql-test/r/lock.result
+++ b/mysql-test/r/lock.result
@@ -407,7 +407,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;