summaryrefslogtreecommitdiff
path: root/mysql-test/include/innodb_page_size_small.combinations
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-11-10 17:21:16 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-11-11 11:15:11 +0200
commit9bc874a594edbc0e124131d0ff30b44f5fade52d (patch)
tree38fd225df9573771fe967174e07151721663b3cd /mysql-test/include/innodb_page_size_small.combinations
parentc498250888ec126fddda2867d1239b2a7734482f (diff)
downloadmariadb-git-9bc874a594edbc0e124131d0ff30b44f5fade52d.tar.gz
MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default
Let us introduce the parameter innodb_read_only_compressed that is ON by default, making any ROW_FORMAT=COMPRESSED tables read-only. I developed the ROW_FORMAT=COMPRESSED format based on Heikki Tuuri's rough design between 2005 and 2008. It might have been a good idea back then, but no proper benchmarks were ever run to validate the design or the implementation. The format has been more or less obsolete for years. It limits innodb_page_size to 16384 bytes (the default), and instant ALTER TABLE is not supported. This is the first step towards deprecating and removing write support for ROW_FORMAT=COMPRESSED tables.
Diffstat (limited to 'mysql-test/include/innodb_page_size_small.combinations')
-rw-r--r--mysql-test/include/innodb_page_size_small.combinations3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/innodb_page_size_small.combinations b/mysql-test/include/innodb_page_size_small.combinations
index a9b7c7ce14d..f181863603a 100644
--- a/mysql-test/include/innodb_page_size_small.combinations
+++ b/mysql-test/include/innodb_page_size_small.combinations
@@ -1,8 +1,11 @@
[16k]
innodb-page-size=16K
+skip-innodb-read-only-compressed
[8k]
innodb-page-size=8K
+skip-innodb-read-only-compressed
[4k]
innodb-page-size=4K
+skip-innodb-read-only-compressed