Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
1.0.7, 1.1.8
-
None
Description
The connector requests from Connector/C to calculate max column length for variable length fields(sets STMT_ATTR_UPDATE_MAX_LENGTH attribute), but reads the metadata before mysql_stmt_store_result call when this values are actually calculated. That is suboptimal both performance- and memory-wise.