-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `expire_logs_days` - deprecated in MySQL, MariaDB added the new variable `binlog_expire_logs_seconds` - if anyone needs that they can use via overrides option - `pid-file` - remove it as this is not needed in SystemD servers - `innodb_buffer_pool_instances` - deprecated as of MariaDB 10.5.1, removed from MariaDB 10.6 - there is no problem in removing it even for old installs - `thread_stack` - is set by default at 192K but starting from MariaDB 10.0 it is by default 288K Closes #76
- Loading branch information
Showing
4 changed files
with
0 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters