Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2437 07/02/12 23:51:17 tomas@stripped +1 -0
ndb: some tests are affected by the changed timeout in connecting, setting ndb-wait-connected to 20
mysql-test/mysql-test-run.pl
1.265 07/02/12 23:51:07 tomas@stripped +2 -0
ndb: some tests are affected by the changed timeout in connecting, setting ndb-wait-connected to 20
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.mysql.com
# Root: /home/tomas/mysql-5.1-telco-merge
--- 1.264/mysql-test/mysql-test-run.pl 2007-02-02 01:16:58 +07:00
+++ 1.265/mysql-test/mysql-test-run.pl 2007-02-12 23:51:07 +07:00
@@ -3649,6 +3649,7 @@
mtr_add_arg($args, "%s--ndbcluster", $prefix);
mtr_add_arg($args, "%s--ndb-connectstring=%s", $prefix,
$cluster->{'connect_string'});
+ mtr_add_arg($args, "%s--ndb-wait-connected=20", $prefix);
if ( $mysql_version_id >= 50100 )
{
mtr_add_arg($args, "%s--ndb-extra-logging", $prefix);
@@ -3740,6 +3741,7 @@
mtr_add_arg($args, "%s--ndbcluster", $prefix);
mtr_add_arg($args, "%s--ndb-connectstring=%s", $prefix,
$clusters->[$slave->[$idx]->{'cluster'}]->{'connect_string'});
+ mtr_add_arg($args, "%s--ndb-wait-connected=20", $prefix);
if ( $mysql_version_id >= 50100 )
{
mtr_add_arg($args, "%s--ndb-extra-logging", $prefix);
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2437) | tomas | 12 Feb |