diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-01-17 17:08:00 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-01-17 17:08:00 +0200 |
commit | d94d5d041f191b72b3fba0feeeb4682b7f54c381 (patch) | |
tree | 5f43a4fa45727f56c0cfbd896700d92bb9240a48 /sql/sql_lex.cc | |
parent | bf2f02b5c414f992bb4b91b07d640b225163fb2f (diff) | |
download | mariadb-git-d94d5d041f191b72b3fba0feeeb4682b7f54c381.tar.gz |
MDEV-11824 Allow ROW_FORMAT=DYNAMIC in the InnoDB system tablespace
When MySQL 5.7.9 (and MariaDB Server 10.2) introduced
innodb_default_row_format and made ROW_FORMAT=DYNAMIC the default,
it became possible to create any ROW_FORMAT tables in the InnoDB
system tablespace, except ROW_FORMAT=COMPRESSED.
In MySQL 5.7, it is possible to create ROW_FORMAT=DYNAMIC
tables when TABLESPACE=innodb_system is explicitly specified.
Because MariaDB Server 10.2 does not support the MySQL 5.7
TABLESPACE=innodb_system attribute for tables, we should allow
ROW_FORMAT=DYNAMIC when innodb_file_per_table=0.
Also, remove the test innodb_zip.innodb-create-options, which was
an outdated copy of innodb_zip.create_options.
Diffstat (limited to 'sql/sql_lex.cc')
0 files changed, 0 insertions, 0 deletions