-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.6.0.Final
-
None
-
False
-
None
-
False
The MySQL documentation describes the ANALYZE TABLE statement but does not define the apparently acceptable alternate ANALYZE TABLES which results in the error below when seen on the binlog.
io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'analyze tables foo, bar' no viable alternative at input 'analyze tables' at io.debezium.antlr.ParsingErrorListener.syntaxError(ParsingErrorListener.java:43)
This was seen on version 1.6.0 but I believe it would exist on the latest version as well.
- duplicates
-
DBZ-4887 MySQL undocumented but accepted ANALYZE TABELS statement is not parsable
- Closed