diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-10 17:23:53 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-11 09:57:54 +0200 |
commit | 6da8192174f033c2958ddafb2a15c14360bb1ecc (patch) | |
tree | 87763e307a6b4ce0252c239c16d0294e0ae4deb0 /mysql-test/suite/handler/handler.inc | |
parent | e7ca377cb73a64e40832e9306194412fb07b8fa5 (diff) | |
download | mariadb-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.inc | 2 |
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 |