Commit 1a4fcda8 authored by Lena Startseva's avatar Lena Startseva

MDEV-31005: Make working cursor-protocol

Updated tests: cases with bugs or which cannot be run
with the cursor-protocol were excluded with
"--disable_cursor_protocol"/"--enable_cursor_protocol"

Fix for v.11.4
parent ab164406
...@@ -3046,7 +3046,9 @@ drop table t1; ...@@ -3046,7 +3046,9 @@ drop table t1;
# #
# MDEV-32589 parallel-mysqldump - test "too many connections" # MDEV-32589 parallel-mysqldump - test "too many connections"
# #
--disable_cursor_protocol
select @@max_connections into @save_max_connections; select @@max_connections into @save_max_connections;
--enable_cursor_protocol
set global max_connections=10; set global max_connections=10;
--replace_result mariadb-dump.exe mariadb-dump --replace_result mariadb-dump.exe mariadb-dump
--error 2 --error 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment