-
Enhancement
-
Resolution: Done
-
Minor
-
1.9.0.Beta1
-
None
-
False
-
None
-
False
-
The MySQL connector crashes on CREATE INDEX IF NOT EXISTS which is not that surprising because this syntax is exclusive to MariaDB.
Caused by: io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'create index IF NOT EXISTS IDX_DT_LAST_UPDATE on patient(DT_LAST_UPDATE)'
no viable alternative at input 'create index IF'
I understand that MariaDB's support is not official and am not expecting it to be a priority, this is meant to at least log the issue
I leave the full error log, I'm available in cas you have any questions
- incorporates
-
DBZ-5921 unparseable statements
- Closed