Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3.20, 2.4.13
-
None
Description
The protocol code reads the MariaDB extended capabilities from the wrong offset which caused the values to left shift by one byte. This in turn caused COM_STMT_BULK_EXECUTE to fail due to it not being enabled via the extended capabilities.
This doesn't affect 2.5 as the client protocol code was rewritten.