Details
-
Bug
-
Status: In Review (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.5
-
Sprint 7 (07.04.2025), Sprint 8 (21.04.2025)
Description
When reviewing the minimum values for variables in information_schema.system_variables.NUMERIC_MIN_VALUE the value displayed doesn't take into account the innodb page size.
eg. information_schema.system_variables.NUMERIC_MIN_VALUE for innodb_buffer_pool_size is 2MB, but using this value for innodb_buffer_pool_size produces an error message if your innodb page size is not 4kb.
[ERROR] InnoDB: innodb_page_size=16384 requires innodb_buffer_pool_size >= 5MiB current 2MiB
Attachments
Issue Links
- relates to
-
MDEV-27461 Server hangs when the bufferpool is shrunk to 8M and innodb_page_size=64K
-
- Closed
-
-
MDEV-27467 innodb to enfore the minimum innodb_buffer_pool_size in SET (resize) the same as startup
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Affects Version/s | 10.5 [ 23123 ] |
Component/s | Storage Engine - InnoDB [ 10129 ] |
Assignee | Daniel Black [ danblack ] |
Link |
This issue relates to |
Summary | set minimum parameter values based on block size | set information_schema.system_variables NUMERIC_MIN_VALUE for innodb_buffer_pool system variable based on innodb_page_size |
Fix Version/s | 10.5 [ 23123 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Daniel Black [ danblack ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Description |
When reviewing the minimum values for variables in information_schema.system_variables.NUMERIC_MIN_VALUE the value displayed doesn't take into account the block size.
eg. information_schema.system_variables.NUMERIC_MIN_VALUE for innodb_buffer_pool_size is 2MB, but using this value produces an error message if your blocksize is not 4kb. [ERROR] InnoDB: innodb_page_size=16384 requires innodb_buffer_pool_size >= 5MiB current 2MiB |
When reviewing the minimum values for variables in information_schema.system_variables.NUMERIC_MIN_VALUE the value displayed doesn't take into account the innodb page size.
eg. information_schema.system_variables.NUMERIC_MIN_VALUE for innodb_buffer_pool_size is 2MB, but using this value for innodb_buffer_pool_size produces an error message if your innodb page size is not 4kb. [ERROR] InnoDB: innodb_page_size=16384 requires innodb_buffer_pool_size >= 5MiB current 2MiB |
Assignee | Sergei Golubchik [ serg ] | Daniel Black [ danblack ] |
Labels | foundation |
Sprint | Sprint 7 (07.04.2025) [ 796 ] |
Sprint | Sprint 7 (07.04.2025) [ 796 ] | Sprint 7 (07.04.2025), Sprint 8 (21.04.2025) [ 796, 800 ] |
serg - are the plugin interface changes in https://github.com/MariaDB/server/pull/3777 acceptable?
marko, is the rest of it ok?