https://bugs.kde.org/show_bug.cgi?id=354255

Stefano Pettini <stefano.pett...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefano.pett...@gmail.com

--- Comment #3 from Stefano Pettini <stefano.pett...@gmail.com> ---
Hi All,

I spend 2h debugging mysql_library_init returning 1 and nothing else. It was
due to the usage of deprecated --myisam-recover, instead of
--myisam-recover-options.

The commit of 2013 linked above tried to fix a problem occurred in the past by
using the deprecated --myisam-recover instead of the proper one
--myisam-recover-options. I assume there was a good reason for this choice, but
now recent MySQL versions don't accept the deprecated option anymore so that
fix should be reverted.

Terje's fix should be applied instead, possibly before releasing 2.9, as it's
the safest fix: it leaves the behavior unchanged for pre-5.7 MySQL versions,
and switch to the proper option for 5.7 and newer.

I'll post his patch on reviewboard.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to