MXS-1745 Remove unused fields

The binlog file and position are no longer used. Gtid_IO_Pos can fulfill
the same purpose if needed.
This commit is contained in:
Esa Korhonen
2018-04-26 12:20:09 +03:00
parent de1e299f3f
commit ba4700a983
2 changed files with 1 additions and 15 deletions

View File

@ -46,8 +46,6 @@ public:
bool slave_sql_running; /**< Slave SQL thread running state, true if "Yes" */
std::string master_log_file; /**< Name of the master binary log file that the I/O thread is currently
* reading from. */
uint64_t read_master_log_pos; /**< Position up to which the I/O thread has read in the current master
* binary log file. */
GtidList gtid_io_pos; /**< Gtid I/O position of the slave thread. */
std::string last_error; /**< Last IO or SQL error encountered. */