summaryrefslogtreecommitdiff
path: root/mysql-test/suite/handler/handler.inc
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/suite/handler/handler.inc
parente7ca377cb73a64e40832e9306194412fb07b8fa5 (diff)
downloadmariadb-git-6da8192174f033c2958ddafb2a15c14360bb1ecc.tar.gz
mysqltest: Allow HANDLER READ in --ps-protocol tests
adjust tests
Diffstat (limited to 'mysql-test/suite/handler/handler.inc')
-rw-r--r--mysql-test/suite/handler/handler.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/handler/handler.inc b/mysql-test/suite/handler/handler.inc
index 5b2dd5ef7e9..bfc21a3b2c3 100644
--- a/mysql-test/suite/handler/handler.inc
+++ b/mysql-test/suite/handler/handler.inc
@@ -377,7 +377,9 @@ send optimize table t1;
# client 1
--echo proceed with the normal connection
connection default;
+--disable_ps_protocol
handler t1 read next;
+--enable_ps_protocol
handler t1 close;
# client 2
--echo read the result from the other connection