Marko Mäkelä
e4205fba7c
MDEV-24536 innodb_idle_flush_pct has no effect
...
The parameter innodb_idle_flush_pct that was introduced in
MariaDB Server 10.1.2 by MDEV-6932 has no effect ever since
the InnoDB changes from MySQL 5.7.9 were applied in
commit 2e814d4702
.
Let us declare the parameter as MARIADB_REMOVED_OPTION.
For earlier versions, commit ea9cd97f85
declared the parameter deprecated.
2021-01-13 19:11:31 +02:00
Vladislav Vaintroub
c687afbbde
MDEV-23039 update removed_variables in mysql_upgrade_service for 10.5
2020-06-29 11:53:43 +02:00
Vicențiu Ciorbaru
ad17aa110c
MDEV-18650: Options deprecated in previous versions - multi_range_count
...
Remove deprecated system variable multi_range_count. It was ignored from 5.3.
2020-02-13 13:42:01 +02:00
Vicențiu Ciorbaru
a05b38c120
MDEV-18650: Options deprecated in previous versions - skip-bdb
...
Remove the option from mysqld --help text.
2020-02-13 13:42:01 +02:00
Vicențiu Ciorbaru
8bbcaab160
MDEV-18650: Options deprecated in previous versions - thread_concurrency
...
thread_concurrency was ignored since 5.5. Remove it.
2020-02-13 13:42:01 +02:00
Sergei Golubchik
32efbaa19a
MDEV-7481 Replace max_long_data_size functionality with max_allowed_packet
2019-09-28 19:20:35 +02:00
Vladislav Vaintroub
a93ac8d95f
MDEV-16448 mysql_upgrade_service remove my.ini variables that are no more valid
...
MDEV-16447 incorporate Innodb slow shutdown into mysql_upgrade_service.exe
2018-11-15 18:03:30 +01:00