-
Bug
-
Resolution: Unresolved
-
Major
-
2.7.3.Final, 3.0.1.Final
-
None
-
False
-
None
-
False
-
-
In MySQL, the notion of cursorFetch is directly associated with whether or not the user configures the snapshot.fetch.size connector configuration. The connector will use the text-based protocol to resolve temporal values when omitted. When provided, the connector uses the binary-based protocol.
I should note we had a similar situation when implementing MariaDB and we opted for MariaDB to simply have a singular text-based protocol implementation of the AbstractFieldReader contract.