summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-06-03 18:29:36 +0200
committerserg@serg.mylan <>2005-06-03 18:29:36 +0200
commite4d4baed6205c5d57f1cf87e70a02122ba88d9d6 (patch)
tree2bef8f19d3aae9ed13402a287789d648fcaad5b7 /sql/sql_repl.cc
parentf9e9406b4044d5c243a91f3a849e2609d792a06f (diff)
parent52340c550bc877acb8b1a53c7cbb17b405511245 (diff)
downloadmariadb-git-e4d4baed6205c5d57f1cf87e70a02122ba88d9d6.tar.gz
merged
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 4249c9e1809..fe95ee26748 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -81,7 +81,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");