summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorndbdev@dl145b.mysql.com <>2005-06-03 11:16:37 +0200
committerndbdev@dl145b.mysql.com <>2005-06-03 11:16:37 +0200
commit25cb14234a71bad4527807a22959c7a66dd83680 (patch)
tree18503e6732685a35b5e3a9c748db7aac1455c863 /sql/sql_repl.cc
parent7bd3dd7cb319e901290846544c6a518dfcef0baa (diff)
downloadmariadb-git-25cb14234a71bad4527807a22959c7a66dd83680.tar.gz
sql_repl.cc:
Bug #11064 some read error not detected in replication on 64-bit platform
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");