summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-01-17 17:08:00 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-01-17 17:08:00 +0200
commitd94d5d041f191b72b3fba0feeeb4682b7f54c381 (patch)
tree5f43a4fa45727f56c0cfbd896700d92bb9240a48 /sql/sql_lex.cc
parentbf2f02b5c414f992bb4b91b07d640b225163fb2f (diff)
downloadmariadb-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