Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.7
Description
When type of the settable global variable innodb_change_buffering was changed from string to ENUM, the "shadow" variable ibuf_use stopped being updated as a result of SET GLOBAL innodb_change_buffering. Only on InnoDB startup, the parameter innodb_change_buffering would take effect.
We should remove the redundant variable ibuf_use and map the parameter to a single global variable.
Attachments
Issue Links
- is caused by
-
MDEV-12218 Clean up InnoDB parameter validation
- Closed
-
MDEV-12272 port WL#7488: InnoDB startup refactoring
- Closed