Skip to content

DDL parsing error #2118

@andymc

Description

@andymc

We had this statement for mySQL 8:

ALTER TABLE vendor MODIFY vendor_name varchar(40) NOT NULL CONSTRAINT non_empty_vendor_name CHECK (vendor_name <> '');

Maxwell's threw an error and died when reading this from the binlog, and of course on restart it would try again to read it and die again

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