MXS-1075: Avoid loops when missing binlog file is detected.
MXS-1075: Avoid loops when missing binlog file is detected.
This commit is contained in:
@ -99,6 +99,8 @@ MXS_BEGIN_DECLS
|
||||
/* GTID slite3 database name */
|
||||
#define GTID_MAPS_DB "gtid_maps.db"
|
||||
|
||||
/* Number of reties for a missing binlog file */
|
||||
#define MISSING_FILE_READ_RETRIES 20
|
||||
/**
|
||||
* Add GTID components domain and serverid as name prefix
|
||||
* in SHOW FULL BINARY LOGS
|
||||
|
Reference in New Issue
Block a user