Submitted by cerebrum on Tue, 12/24/2013 - 18:54
When selecting MySQL "size" (small, medium, large or huge) during installation, some presets are stored in MySQL's global configuration file /etc/mysql/my.cnf
One of these options is key_buffer, which should be replaced by key_buffer_size, because it is deprecated and will be removed in a future release of MySQL.
Presets are stored in function sub list_mysql_size_settings { ... } in file /usr/share/webmin/virtual-server/feature-mysql.pl
Not sure about the following variable in file /usr/share/webmin/mysql/mysql-lib.pl
:
@mysql_set_variables = ( "key_buffer", "sort_buffer", "net_buffer_length","myisam_sort_buffer_size" );
Status:
Closed (fixed)
Comments
Submitted by andreychek on Tue, 12/24/2013 - 19:07 Comment #1
Thanks for pointing this out!
Jamie is going to be out of town for a few days, but he'll review those options when he returns.
Submitted by JamieCameron on Fri, 12/27/2013 - 01:09 Comment #2
Thanks - this will be fixed in the next Virtualmin release.
Submitted by Issues on Fri, 01/10/2014 - 01:11 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.