The row format used for a table is specified with the ROW_FORMAT
clause of the CREATE TABLE
and
ALTER TABLE
statements. Note that
COMPRESSED
format implies DYNAMIC
format. See
Section 13.7.3.2, “Enabling Compression for a Table” for more details on the
relationship between this clause and other clauses of these
commands.