On Wed, Aug 06, 2025 at 02:55:12PM +0100, Eduardo Suarez via discuss wrote: > and get the next error in the INSERT statement: > > ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to > TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. > In current row format, BLOB prefix of 0 bytes is stored inline.
For the records, I fixed the issue by dumping the original database with a lower value of --net_buffer_length so lines are shorter in the dump file. It does not make much sense to me, but it worked. _______________________________________________ discuss mailing list -- [email protected] To unsubscribe send an email to [email protected]
