mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
sql_repl.cc:
Bug #11064 some read error not detected in replication on 64-bit platform
This commit is contained in:
parent
7bd3dd7cb3
commit
25cb14234a
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue