From 282497dd6d1049b4fb963641504c2733752845a7 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Fri, 25 Mar 2016 20:51:22 +0400 Subject: MDEV-6720 - enable connection log in mysqltest by default --- mysql-test/r/mdev375.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r/mdev375.result') diff --git a/mysql-test/r/mdev375.result b/mysql-test/r/mdev375.result index 426336e5939..d7a66ebd6dd 100644 --- a/mysql-test/r/mdev375.result +++ b/mysql-test/r/mdev375.result @@ -1,12 +1,15 @@ SET GLOBAL log_warnings=4; SET GLOBAL max_connections=2; +connect con1,localhost,root,,; SELECT 1; 1 1 +connect con2,localhost,root,,; SELECT 2; 2 2 ERROR HY000: Too many connections +connection default; SELECT 0; 0 0 -- cgit v1.2.1