MXS-2047 Use same name for same concept

If a member variable in ROUTER_INSTANCE and ROUTER_SLAVE refer
to the same concept, the name used in both should be the same.
This commit is contained in:
Johan Wikman
2018-09-21 09:55:52 +03:00
parent 16e2740762
commit be4df2508f
4 changed files with 66 additions and 66 deletions

View File

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