Details
-
Task
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There are few new parameters noticed in MariaDB version 11.8.2 compared to MariaDB 11.4.5. However, there is no clear documentation provided with respect to the same.
Please provide detailed documentation on the relevance of the parameters.
INNODB_BUFFER_POOL_SIZE_AUTO_MIN
INNODB_BUFFER_POOL_SIZE_MAX
INNODB_LOG_CHECKPOINT_NOW
[root@testbox ~]# mysql -u test99 -pmypassword -h mariadb1145 -s -N -e"SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES" > mariadb1145.txt |
[root@testbox ~]# mysql -u test99 -pmypassword -h mariadb1182 -s -N -e"SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES" > mariadb1182.txt |
[root@testbox ~]# |
[root@testbox ~]# |
[root@testbox ~]# comm -23 <(sort mariadb1182.txt) <(sort mariadb1145.txt) |
.
|
INNODB_BUFFER_POOL_SIZE_AUTO_MIN
|
INNODB_BUFFER_POOL_SIZE_MAX
|
INNODB_LOG_CHECKPOINT_NOW
|
.
|
[root@testbox ~]# |
|
Attachments
Issue Links
- relates to
-
MDEV-29445 reorganise innodb buffer pool (and remove buffer pool chunks)
-
- Closed
-
-
MDEV-30000 make mariadb-backup to force an innodb checkpoint
-
- Closed
-