[MDEV-15448] Remove "innodb_additional_mem_pool_size" setting from my-innodb-heavy-4G.cnf file Created: 2018-03-01 Updated: 2018-03-03 Resolved: 2018-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.14 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hailong Zhao | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After installing 10.2 on my CentOS 7 box, I copied over the sample config file to , while server failed to start with error. Removing the setting from the sample config would resolve the issue. |
| Comments |
| Comment by Elena Stepanova [ 2018-03-02 ] |
|
Thanks for the report. The option was removed in 10.2 (it still exists in XtraDB source code in 10.2, but XtraDB itself is not compiled and not used). The fix is to remove all remaining usages of the option. 10.3 is not affected, because there the configuration templates themselves have been removed. |