List:Commits« Previous MessageNext Message »
From:tomas Date:May 8 2007 4:30pm
Subject:bk commit into 5.0 tree (tomas:1.2475)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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@stripped, 2007-05-08 18:30:03+02:00, tomas@stripped +3 -0
  increate hearbeat interval to avoid load related start up issues in mysql-test-run

  mysql-test/ndb/ndb_config_1_node.ini@stripped, 2007-05-08 18:30:02+02:00, tomas@stripped +3 -1
    increate hearbeat interval to avoid load related start up issues in mysql-test-run

  mysql-test/ndb/ndb_config_2_node.ini@stripped, 2007-05-08 18:30:02+02:00, tomas@stripped +3 -1
    increate hearbeat interval to avoid load related start up issues in mysql-test-run

  mysql-test/ndb/ndb_config_4_node.ini@stripped, 2007-05-08 18:30:02+02:00, tomas@stripped +3 -1
    increate hearbeat interval to avoid load related start up issues in mysql-test-run

# 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:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.0-ndb

--- 1.16/mysql-test/ndb/ndb_config_2_node.ini	2007-02-14 09:25:51 +01:00
+++ 1.17/mysql-test/ndb/ndb_config_2_node.ini	2007-05-08 18:30:02 +02:00
@@ -13,9 +13,11 @@
 NoOfFragmentLogFiles= 3
 
 #
-# Increase deadlock-timeout to cater for slow test-machines
+# Increase timeouts to cater for slow test-machines
 #   (possibly running several tests in parallell)
 #
+HeartbeatIntervalDbDb= 30000
+HeartbeatIntervalDbApi= 30000
 #TransactionDeadlockDetectionTimeout= 7500
 
 [ndbd]

--- 1.1/mysql-test/ndb/ndb_config_1_node.ini	2007-02-14 09:27:30 +01:00
+++ 1.2/mysql-test/ndb/ndb_config_1_node.ini	2007-05-08 18:30:02 +02:00
@@ -13,9 +13,11 @@
 NoOfFragmentLogFiles= 3
 
 #
-# Increase deadlock-timeout to cater for slow test-machines
+# Increase timeouts to cater for slow test-machines
 #   (possibly running several tests in parallell)
 #
+HeartbeatIntervalDbDb= 30000
+HeartbeatIntervalDbApi= 30000
 #TransactionDeadlockDetectionTimeout= 7500
 
 [ndbd]

--- 1.1/mysql-test/ndb/ndb_config_4_node.ini	2007-02-14 09:27:33 +01:00
+++ 1.2/mysql-test/ndb/ndb_config_4_node.ini	2007-05-08 18:30:02 +02:00
@@ -13,9 +13,11 @@
 NoOfFragmentLogFiles= 3
 
 #
-# Increase deadlock-timeout to cater for slow test-machines
+# Increase timeouts to cater for slow test-machines
 #   (possibly running several tests in parallell)
 #
+HeartbeatIntervalDbDb= 30000
+HeartbeatIntervalDbApi= 30000
 #TransactionDeadlockDetectionTimeout= 7500
 
 [ndbd]
Thread
bk commit into 5.0 tree (tomas:1.2475)tomas8 May