Commit 74dd6421 authored by unknown's avatar unknown
Browse files

sql_repl.cc:

  Bug #11064  	some read error not detected in replication on 64-bit platform


sql/sql_repl.cc:
  Bug #11064  	some read error not detected in replication on 64-bit platform
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent 0d4b1184
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ mwagner@here.mwagner.org
mwagner@ultrafly.mysql.com
mwagner@work.mysql.com
mysqldev@build.mysql2.com
ndbdev@dl145b.mysql.com
nick@mysql.com
nick@nick.leippe.com
patg@krsna.patg.net
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ static int send_file(THD *thd)
  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");