Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
The following InnoDB options were deprecated in MariaDB Server 10.5 or earlier and should be removed (declared as MARIADB_REMOVED_OPTION to allow easy upgrades with old configuration files):
innodb_adaptive_max_sleep_delay
|
innodb_background_scrub_data_check_interval
|
innodb_background_scrub_data_compressed
|
innodb_background_scrub_data_interval
|
innodb_background_scrub_data_uncompressed
|
innodb_buffer_pool_instances
|
innodb_commit_concurrency
|
innodb_concurrency_tickets
|
innodb_file_format
|
innodb_large_prefix
|
innodb_log_checksums
|
innodb_log_compressed_pages
|
innodb_log_files_in_group
|
innodb_log_optimize_ddl
|
innodb_page_cleaners
|
innodb_replication_delay
|
innodb_scrub_log
|
innodb_scrub_log_speed
|
innodb_thread_concurrency
|
innodb_thread_sleep_delay
|
innodb_undo_logs
|
Attachments
Issue Links
- is blocked by
-
MDEV-23379 Deprecate and ignore options for InnoDB concurrency throttling
- Closed
- relates to
-
MDEV-12472 InnoDB should accept XtraDB parameters, warning that they are ignored
- Closed
-
MDEV-31220 MariaDB:performance seems to be limited when the value of parameter innodb_thread_concurrency is not zero
- Closed
-
MDEV-33503 innodb_log_files_in_group is quietly ignored
- Confirmed
- links to