hanchuanchuan / goInception

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
https://hanchuanchuan.github.io/goInception/
GNU General Public License v3.0
1.64k stars 557 forks source link

增加超出行大小限制提醒 Row size too large #676

Open 2530loong opened 2 months ago

2530loong commented 2 months ago

描述您想要的功能: Execute: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs.

描述您考虑过的解决/替代方案: 添加一项,行大小检测

可参考文档,资料,引用等: https://dev.mysql.com/doc/refman/8.4/en/column-count-limit.html