Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
The call to function set_master_heartbeat requires both arguments handle and root_master not to be null for being able to succeed.
but handle->master is always null and there's no chance for set_master_heartbeat to create the database maxscale_schema and table replication_heartbeat.
it seems an intrinsic bug of MaxScale not being able to cope detect_replication_lag=true when mysql51_replication=true.