-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
MySQL connector requires few specific settings in MySQL setup like `binlog_row_image` and `binlog_format`.
We should protect against mis-configuration in two ways
- connector will check MySQL config variables during connector startup
- connector will check the number of fields coming from database and compare them with schema
- connector will raise an exaplanation message in cae of DML parsing