[MDEV-9311] Make innodb_buffer_pool_size dynamic Created: 2015-12-21 Updated: 2016-09-21 Resolved: 2016-09-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.2.2 |
| Type: | Task | Priority: | Minor |
| Reporter: | Rúben Enes | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 3 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
As of MySQL 5.7.5, the innodb_buffer_pool_size configuration option can be set dynamically using a SET statement, allowing you to resize the buffer pool without restarting the server. Is this in the works for MariaDB? |
| Comments |
| Comment by Sergei Golubchik [ 2015-12-22 ] |
|
yes, in 10.2. it should be added together with other InnoDB-5.7 features. |