1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

mysqltest: Allow HANDLER READ in --ps-protocol tests

adjust tests
This commit is contained in:
Sergei Golubchik
2018-06-10 17:23:53 +02:00
parent e7ca377cb7
commit 6da8192174
6 changed files with 7 additions and 4 deletions

View File

@@ -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