Comment 3 for bug 1781697

Revision history for this message
TodoInTX (matt-day32) wrote : Re: [Bug 1781697] Re: bad variable name

Older versions of MySQL (<4.0) named the variable simply join_buffer. The
% was a compatibility requirement.

On Tue, Aug 7, 2018 at 1:40 PM, Matthew Montgomery <email address hidden> wrote:

> This script is no longer maintained
>
> On Tue, Aug 7, 2018 at 11:46 AM, Jack Holborn <email address hidden>
> wrote:
>
>> Trying to debug I could get rid of the error by replacing as so on line
>> 943 :
>>
>> - mysql_variable \'join_buffer%\' join_buffer_size
>> + mysql_variable \'join_buffer_size\' join_buffer_size
>>
>> I'm not sure why '%' was used here, but it seems to work.
>>
>> --
>> You received this bug notification because you are subscribed to MySQL
>> Tuning Primer Script.
>> https://bugs.launchpad.net/bugs/1781697
>>
>> Title:
>> bad variable name
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/mysql-tuning-primer/+bug/1781697/
>> +subscriptions
>>
>
>