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:
@ -198,7 +198,7 @@ int injector::record_incident(THD *thd, Incident incident)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int injector::record_incident(THD *thd, Incident incident, LEX_STRING message)
|
||||
int injector::record_incident(THD *thd, Incident incident, LEX_STRING const message)
|
||||
{
|
||||
Incident_log_event ev(thd, incident, message);
|
||||
if (int error= mysql_bin_log.write(&ev))
|
||||
|
Reference in New Issue
Block a user