D28903: Akonadi server should not expect specific mysql server process name
Daniel Vrátil
noreply at phabricator.kde.org
Sat Apr 18 11:42:04 BST 2020
dvratil accepted this revision.
dvratil added a comment.
This revision is now accepted and ready to land.
Thanks for the patch, Lukáši :-)
INLINE COMMENTS
> dbconfigmysql.cpp:325
> + // Linux trims executable name in /proc filesystem to 15 characters
> + QString expectedProcName = QFileInfo(mMysqldPath).fileName().left(15);
> + if (QString::fromLatin1(stats[1]) == QString::fromLatin1("(%1)").arg(expectedProcName)) {
Make it `const` please.
REPOSITORY
R165 Akonadi
REVISION DETAIL
https://phabricator.kde.org/D28903
To: lukaskaras, dvratil
Cc: dvratil, kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200418/01cfc024/attachment.html>
More information about the kde-pim
mailing list