Skip to content

When gtid_set is blank binlog_reader fails to start #7

@pondix

Description

@pondix

If no GTIDs have been generated the binlog reader will fail to start with a message error in initializing slave: basic_string::erase in the logs.

mysql> show master status\G
*************************** 1. row ***************************
             File: mysql-bin.000007
         Position: 154
     Binlog_Do_DB: 
 Binlog_Ignore_DB: 
Executed_Gtid_Set: 

Once a GTID has been generated the binary will start as expected. Either the binlog reader should handle this condition or the error message should be made clearer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions