Files
gfast/data
OdinXu 8da3f73666 fixbug 导入数据库的建表SQL出错,删除ROW_FORMAT=DYNAMIC这一句就可以了。
系统 MacOS 11.2.2 数据库 Mariadb 10.5.9
报错内容:
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 768 bytes is stored inline.
2021-03-05 14:21:35 +08:00
..