On Dec 6, 2012, at 12:30 PM, Jan-Henrik Haukeland hauk@tildeslash.com wrote:
- Fixes: MySQL: A table with two or more columns larger than 256
bytes would cause libzdb to truncate the second column to 256 bytes in the first row. Thanks to Me from China for bug report and patch.
Clarification: Not table, but result set. If a result set has two or more columns, each exceeding the preallocated 256 byte buffer, then the second and subsequent columns would be truncated to 256 bytes upon retrieving, but only in the first row of the result set.