MXS-1845 Cleanup monitor backend updating
Now detects errors and prints them.
This commit is contained in:
@ -16,4 +16,6 @@
|
||||
/** Server id default value */
|
||||
const int64_t SERVER_ID_UNKNOWN = -1;
|
||||
/** Default gtid domain */
|
||||
const int64_t GTID_DOMAIN_UNKNOWN = -1;
|
||||
const int64_t GTID_DOMAIN_UNKNOWN = -1;
|
||||
/** Default port */
|
||||
const int PORT_UNKNOWN = 0;
|
||||
|
||||
Reference in New Issue
Block a user