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
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