-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner 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.Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone
Description
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.Beginner 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.Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.