mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug #21494 Master Cluster MySQLD is point of failure that can lead to mismatch slave data
- insert gap event on cluster connect
This commit is contained in:
@ -324,7 +324,7 @@ public:
|
||||
void new_trans(THD *, transaction *);
|
||||
|
||||
int record_incident(THD*, Incident incident);
|
||||
int record_incident(THD*, Incident incident, LEX_STRING message);
|
||||
int record_incident(THD*, Incident incident, LEX_STRING const message);
|
||||
|
||||
private:
|
||||
explicit injector();
|
||||
|
Reference in New Issue
Block a user