This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-31 11:01:52 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
504a3b32f6
mariadb
/
mysql-test
/
suite
/
innodb
/
t
/
innodb-16k-master.opt
3 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
MDEV-6075: Allow > 16K pages on InnoDB This patch allows up to 64K pages for tables with DYNAMIC, COMPACT and REDUNDANT row types. Tables with COMPRESSED row type allows still only <= 16K page size. Note that single row size must be still <= 16K and max key length is not affected.
2014-05-13 13:28:57 +03:00
--default_storage_engine=InnoDB
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.
2020-11-10 17:21:16 +02:00
--skip-innodb-read-only-compressed
Reference in a new issue
Copy permalink