mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
truncates text/blob to 766 chars mysqldump and SELECT ... INTO OUTFILE truncated long BLOB/TEXT values to size of 766 bytes (MAX_FIELD_WIDTH or 255 * 3 + 1). The select_export::send_data method has been modified to reallocate a conversion buffer for long field data.
10 KiB
10 KiB