Binlog Router, slave binlog_pos is now uint32

Binlog Router, slave binlog_pos is now uint32
This commit is contained in:
MassimilianoPinto
2015-04-02 16:52:48 +02:00
parent 56afee9f84
commit 5ce1b742e9
2 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@ typedef struct router_slave {
#endif
DCB *dcb; /*< The slave server DCB */
int state; /*< The state of this slave */
int binlog_pos; /*< Binlog position for this slave */
uint32_t binlog_pos; /*< Binlog position for this slave */
char binlogfile[BINLOG_FNAMELEN+1];
/*< Current binlog file for this slave */
char *uuid; /*< Slave UUID */