Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
None
Description
Tables which were created in older version of MariaDB/Percona/MySQL run with ROW_FORMAT=COMPACT after updating to MariaDB. Since the default is ROW_FORMAT=DYNAMIC starting from MariaDB v10.2.2 the row format of all tables must be changed to DYNAMIC.
This will prevent unexpected errors like:
'ERROR 1118 (42000) at line 1: 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' |