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
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is blocked by |
Status | Open [ 1 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2020-08-04 12:26:39.0 | 2020-08-04 12:26:39.443 |
Fix Version/s | 10.6.0 [ 24431 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Remote Link | This issue links to "e685809 (Web Link)" [ 29917 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 111945 ] | MariaDB v4 [ 134318 ] |
Link |
This issue relates to |
Link | This issue relates to MDEV-33503 [ MDEV-33503 ] |
I also extended upgrade_conf_file.cc with the removed options. Maybe they should have been added there in earlier major versions already, where the options were already deprecated?