Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.1
-
None
-
Windows
Description
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/12708
10.1 49c49e630bdc5fc57dd534b23d8c59b6 |
main.wait_timeout w4 [ fail ]
|
Test ended at 2019-03-14 09:15:42
|
|
CURRENT_TEST: main.wait_timeout
|
mysqltest: At line 132: query 'SET @@global.wait_timeout= $start_value' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
3
|
disconnection default;
|
connection wait_con;
|
connection con1;
|
--disable_reconnect;
|
SELECT 1;
|
1
|
1
|
connection wait_con;
|
connection con1;
|
SELECT 2;
|
Got one of the listed errors
|
--enable_reconnect;
|
SELECT 3;
|
3
|
3
|
SET @@global.wait_timeout= <start_value>;
|
There is no sign of a crash in the server error log, as far as I could tell.