List:Commits« Previous MessageNext Message »
From:jonas Date:August 17 2006 8:59pm
Subject:bk commit into 5.1 tree (jonas:1.2282)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2006-08-17 20:59:42+02:00, jonas@stripped +1 -0
  ndb - rpl_ndb_basic
  fix for change of deadlock timeout in config.ini

  mysql-test/t/rpl_ndb_basic.test@stripped, 2006-08-17 20:59:40+02:00,
jonas@stripped +2 -2
    fix for change of deadlock timeout in config.ini

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-new-ndb

--- 1.6/mysql-test/t/rpl_ndb_basic.test	2006-08-17 20:59:46 +02:00
+++ 1.7/mysql-test/t/rpl_ndb_basic.test	2006-08-17 20:59:46 +02:00
@@ -116,7 +116,7 @@
 # we do this 2 times, once with few retries to verify that we 
 # get a failure with the set sleep, and once with the _same_
 # sleep, but with more retries to get it to succeed
---sleep 5
+--sleep 15
 
 # replication should have stopped, since max retries where not enough
 # verify with show slave status
@@ -131,7 +131,7 @@
 START SLAVE;
 # wait for deadlock to be detected and retried
 # should be the same sleep as above for test to be valid
---sleep 5
+--sleep 15
 
 # commit transaction to release lock on row and let replication succeed
 select * from t1 order by nid;
Thread
bk commit into 5.1 tree (jonas:1.2282)jonas17 Aug