List:Internals« Previous MessageNext Message »
From:ndbdev Date:June 3 2005 11:16am
Subject:bk commit into 4.0 tree (ndbdev:1.2113) BUG#11064
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of ndbdev. When ndbdev 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.2113 05/06/03 11:16:37 ndbdev@stripped +2 -0
  sql_repl.cc:
    Bug #11064  	some read error not detected in replication on 64-bit platform

  BitKeeper/etc/logging_ok
    1.338 05/06/03 11:16:37 ndbdev@stripped +1 -0
    Logging to logging@stripped accepted

  sql/sql_repl.cc
    1.118 05/06/03 11:15:55 ndbdev@stripped +1 -1
    Bug #11064  	some read error not detected in replication on 64-bit platform

# 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:	ndbdev
# Host:	dl145b.mysql.com
# Root:	/home/ndbdev/tomas/mysql-4.0

--- 1.337/BitKeeper/etc/logging_ok	Mon May  9 00:23:02 2005
+++ 1.338/BitKeeper/etc/logging_ok	Fri Jun  3 11:16:37 2005
@@ -110,6 +110,7 @@
 mwagner@stripped
 mwagner@stripped
 mysqldev@stripped
+ndbdev@stripped
 nick@stripped
 nick@stripped
 patg@stripped

--- 1.117/sql/sql_repl.cc	Thu Nov 25 09:22:46 2004
+++ 1.118/sql/sql_repl.cc	Fri Jun  3 11:15:55 2005
@@ -84,7 +84,7 @@
   char fname[FN_REFLEN+1];
   const char *errmsg = 0;
   int old_timeout;
-  uint packet_len;
+  unsigned long packet_len;
   char buf[IO_SIZE];				// It's safe to alloc this
   DBUG_ENTER("send_file");
 
Thread
bk commit into 4.0 tree (ndbdev:1.2113) BUG#11064ndbdev3 Jun