[pkg-bacula-devel] Bug#674809: Bug#674809: (bacula-director-mysql: failure with mysql 5.5: MaxValue is now a keyword)

Corey Hickey bugfood-c at fatooh.org
Thu May 31 07:33:22 UTC 2012


On 2012-05-31 00:09, Alexander Golovko wrote:
>> As for the problem with the patch in the URL I originally sent, the
>> issue is that mysql considers columns to be "identifiers", and the 
>> way
>> to quote an identifier is to use backticks.
>>
>> wrong: select "MaxValue" from Counters;
>> right: select `MaxValue" from Counters;

Oooh, I had a typo in my example there. Should be:

right: select `MaxValue` from Counters;

> I add your patch to master branch. thank you!

Thank you too.

-Corey





More information about the pkg-bacula-devel mailing list