ERROR 42000: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
drop table t1;
#
# MDEV-32128 wrong table name in innodb's "row too big" errors
ERROR 42000: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
FOUND 1 /Cannot add field `c32` in table `test`.`t1` because/ in mysqld.1.err