[MDEV-21962] Allocate buf_pool statically Created: 2020-03-17 Updated: 2020-12-01 Resolved: 2020-03-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||
| Description |
|
Thanks to While doing this, we can also declare some buf_pool_t data members private and replace some functions with member functions. |