Skip to content

Use row_format=dynamic by default when creating a table #16834

@tsteur

Description

@tsteur

see https://dev.mysql.com/doc/refman/8.0/en/innodb-row-format.html

when creating a table can we specify the dynamic format like CREATE TABLE t1 (c1 INT) ROW_FORMAT=DYNAMIC;?

refs #16810 to avoid row size too large error.

We'd need to check that this works on all MySQL or not sure if we need to check whether dynamic row format is supported or whether some MySQL maybe don't support it.

Metadata

Metadata

Assignees

Labels

Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions