Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mysql-test/main/mdev375.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
--source include/not_embedded.inc

--disable_service_connection
let $count_sessions=1;
--source include/wait_until_count_sessions.inc
set @save_log_warnings=@@log_warnings, @save_max_connections=@@max_connections;
SET GLOBAL log_warnings=4;
SET GLOBAL max_connections=10;
Expand Down