Details
-
Bug
-
Status: In Review (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.5
-
None
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
-
serg - are the plugin interface changes in https://github.com/MariaDB/server/pull/3777 acceptable?
marko, is the rest of it ok?