Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Windows , MariaDB Client library for C - Rev 110
Description
SELECT fails with "Got packet bigger than 'max_allowed_packet'" on a table with longblob column with field greater than 17MB.
max_allowed_packet = 50MB in the server. The same query runs successfully using MySQL C connector.
In mthd_my_read_query_result() , net_safe_read() returns -1 after setting error 2020.