fixed row format
This row format is used by the MyISAM storage engine, not by InnoDB. If you create an InnoDB table with the option row-format=fixed
, InnoDB translates this option to use the compact row format instead, although the fixed
value might still show up in output such as SHOW TABLE STATUS
reports.
See also compact row format.
See also row format.