Comments - tuning-primer.sh for MariaDB

10 years, 9 months ago Jeroen Vermeulen

Fix I applied on version 1.6-r1 of tuning-primer.sh:

On line 943 changed:

mysql_variable \'join_buffer%\' join_buffer_size

To:

mysql_variable \'join_buffer_size\' join_buffer_size

After this change the script worked fine. Hope it helps.

Kind regards, Jeroen Vermeulen http://www.jeroenvermeulen.eu/

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.