Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.20, 2.4.13
-
Component/s: Protocol
-
Labels: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.