List:Commits« Previous MessageNext Message »
From:Horst Hunger Date:August 28 2008 4:49pm
Subject:bzr commit into mysql-5.1 branch (horst:2731) Bug#36874
View as plain text  
#At file:///work/bzr/mysql-5.1-sys-var/

 2731 Horst Hunger	2008-08-28
      Fix for bug#36874: Inserted waiting until all connects have been executed.
modified:
  mysql-test/t/slow_launch_time_func.test

=== modified file 'mysql-test/t/slow_launch_time_func.test'
--- a/mysql-test/t/slow_launch_time_func.test	2008-04-11 19:59:33 +0000
+++ b/mysql-test/t/slow_launch_time_func.test	2008-08-28 14:49:20 +0000
@@ -66,6 +66,8 @@ CONNECT (conn15,localhost,root,,);
 --echo ** Connecting conn16 using username 'root' **
 CONNECT (conn16,localhost,root,,);
 
+let $wait_condition= SELECT COUNT(*) = 13 FROM INFORMATION_SCHEMA.PROCESSLIST;
+--source include/wait_condition.inc
 
 #
 #  Checking status of slow_launch_threads

Thread
bzr commit into mysql-5.1 branch (horst:2731) Bug#36874Horst Hunger28 Aug