sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

Do not set innodb_additional_mem_pool_size which is deprecated #191

Closed hhorak closed 7 years ago

hhorak commented 7 years ago

Option innodb_additional_mem_pool_size has been deprecated since version 5.6 and also it has no effect unless innodb_use_sys_malloc is turned off, which is not in our case.

See more at https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_additional_mem_pool_size

hhorak commented 7 years ago

@bparees I believe the option innodb_additional_mem_pool_size had never any real effect, but will rather wait to see whether you don't remember otherwise..

bparees commented 7 years ago

@hhorak nope, can't say i recall anything about that setting behavior.