Below is the list of changes that have just been committed into a local
5.0 repository of guilhem. When guilhem 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.2041 05/10/12 21:25:04 guilhem@stripped +1 -0
slave.cc:
SCCS merged
sql/slave.cc
1.261 05/10/12 21:24:56 guilhem@stripped +0 -0
SCCS merged
# 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: guilhem
# Host: gbichot3.local
# Root: /home/mysql_src/mysql-5.0/RESYNC
--- 1.260/sql/slave.cc 2005-10-11 15:01:20 +02:00
+++ 1.261/sql/slave.cc 2005-10-12 21:24:56 +02:00
@@ -2764,7 +2764,7 @@
else
pthread_cond_wait(&data_cond, &data_lock);
DBUG_PRINT("info",("Got signal of master update or timed out"));
- if (error == ETIMEDOUT)
+ if (error == ETIMEDOUT || error == ETIME)
{
error= -1;
break;
| Thread |
|---|
| • bk commit into 5.0 tree (guilhem:1.2041) | guilhem | 12 Oct |