PingCAP-QE / go-sqlsmith

go-sqlsmith is a port of sqlsmith
Apache License 2.0
35 stars 16 forks source link

[BUG] Error 1118: Row size too large #7

Open csuzhangxc opened 4 years ago

csuzhangxc commented 4 years ago

the total of the row size seems not to be considered.

when applying some generated to MySAQ

ALTER TABLE xhvphzlk ADD COLUMN (jhdldvmyj varchar(1566) NOT NULL)

Error 1118: 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