summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <ndbdev@dl145b.mysql.com>2005-06-03 11:16:37 +0200
committerunknown <ndbdev@dl145b.mysql.com>2005-06-03 11:16:37 +0200
commit28c58b05a40846fd93e80857851c1b9b181268cd (patch)
tree18503e6732685a35b5e3a9c748db7aac1455c863 /sql/sql_repl.cc
parent3a192cf590afdc7120c3a3a6e10d87a1fc240d0a (diff)
downloadmariadb-git-28c58b05a40846fd93e80857851c1b9b181268cd.tar.gz
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
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 9485031c144..ed2d477fc5d 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -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");