Commit 3043c59
Add missing -MYSQL_TYPE_BLOB case in numpy sizing pass
The negated binary blob case list in load_rowdat_1_numpy's sizing pass
omitted -MYSQL_TYPE_BLOB while including the other three blob types.
The data output pass already handled all four. This mismatch caused
columns with negated MYSQL_TYPE_BLOB to fall through the sizing switch
unhandled, leading to incorrect data pointer advancement and corrupted
parsing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 14d5e83 commit 3043c59
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2457 | 2457 | | |
2458 | 2458 | | |
2459 | 2459 | | |
| 2460 | + | |
2460 | 2461 | | |
2461 | 2462 | | |
2462 | 2463 | | |
| |||
0 commit comments