-
Bug
-
Resolution: Done
-
Optional
-
None
-
None
Method "isGtidModeEnabled" in MySqlConnectorTask.java can't check gitd mode correctly. Query “SHOW GLOBAL VARIABLES LIKE 'GTID_MODE'” get rs[1] was gtid mode name, not value.so !"OFF".equalsIgnoreCase(mode.get()) will always be true.