mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30545 Remove innodb_defragment and related parameters
The deprecated parameters will be removed: innodb_defragment innodb_defragment_n_pages innodb_defragment_stats_accuracy innodb_defragment_fill_factor_n_recs innodb_defragment_fill_factor innodb_defragment_frequency The mysql.innodb_index_stats.stat_name values 'n_page_split' and 'n_pages_freed' will lose their special meaning. The related changes to OPTIMIZE TABLE in InnoDB will be removed as well. The parameter innodb_optimize_fulltext_only will retain its special meaning in OPTIMIZE TABLE. Tested by: Matthias Leich
This commit is contained in:
@@ -81,9 +81,6 @@ INNODB_HAVE_LZMA
|
||||
INNODB_HAVE_BZIP2
|
||||
INNODB_HAVE_SNAPPY
|
||||
INNODB_HAVE_PUNCH_HOLE
|
||||
INNODB_DEFRAGMENT_COMPRESSION_FAILURES
|
||||
INNODB_DEFRAGMENT_FAILURES
|
||||
INNODB_DEFRAGMENT_COUNT
|
||||
INNODB_INSTANT_ALTER_COLUMN
|
||||
INNODB_ONLINEDDL_ROWLOG_ROWS
|
||||
INNODB_ONLINEDDL_ROWLOG_PCT_USED
|
||||
|
Reference in New Issue
Block a user