Commit c72c5495 authored by Matthias Leich's avatar Matthias Leich

Merge 5.0 -> 5.1

parents f1a55f8f 33445d8f
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
# Created: 2009-01-14 mleich # Created: 2009-01-14 mleich
# #
let $wait_counter= 50; let $wait_counter= 100;
if ($wait_timeout) if ($wait_timeout)
{ {
let $wait_counter= `SELECT $wait_timeout * 10`; let $wait_counter= `SELECT $wait_timeout * 10`;
...@@ -108,5 +108,6 @@ if (!$success) ...@@ -108,5 +108,6 @@ if (!$success)
{ {
--echo # Timeout in wait_until_count_sessions.inc --echo # Timeout in wait_until_count_sessions.inc
--echo # Number of sessions expected: $count_sessions found: $current_sessions --echo # Number of sessions expected: $count_sessions found: $current_sessions
SHOW PROCESSLIST;
} }
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