The row format used for a table is specified with the
ROW_FORMAT
clause of the
CREATE TABLE
and ALTER TABLE
commands. Note that COMPRESSED
format implies
DYNAMIC
format. See
Section 3.2, “Enabling Compression for a Table” for more details on the
relationship between this clause and other clauses of these
commands.
This is the User’s Guide for InnoDB Plugin 1.0.6 for MySQL 5.1, generated on March 4, 2010 (rev 673:680M).