https://bugs.kde.org/show_bug.cgi?id=522845
Daniel Black <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Daniel Black <[email protected]> --- Thanks both for the work so far. Added a couple of review comments. Its mainly the extending the timeout that is going to save users. skip_slave_start is reducing a small amount of unnecessary processing. Confirming it is Akondi control sending the sigabrt? Other things of note: https://invent.kde.org/pim/akonadi/-/blob/master/src/server/storage/dbconfigmysql.cpp#L101 Given the command line in the RHBZ bug reports - /usr/bin/mysqld is being executed and therefore isn't picking up on the isMariaDB in the codebase. This would come into play on https://invent.kde.org/pim/akonadi/-/blob/master/src/server/storage/dbconfigmysql.cpp#L435. https://invent.kde.org/pim/akonadi/-/blob/master/src/server/storage/dbconfigmysql.cpp#L299 - totally endorse a version check using SELECT VERSION() containing MariaDB or not. -- You are receiving this mail because: You are watching all bug changes.
