-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.5.2
-
Component/s: Storage Engine - InnoDB
-
Labels:
Thanks to MDEV-15058, there is only one InnoDB buffer pool. Allocating buf_pool statically removes one level of pointer indirection and makes code more readable, and removes the awkward initialization of some buf_pool members.
While doing this, we can also declare some buf_pool_t data members private and replace some functions with member functions.
- is blocked by
-
MDEV-15058 Remove multiple InnoDB buffer pool instances
-
- Closed
-