[Akonadi] [Bug 334014] akonadiserver start problem after 4.12 to 4.13 update

Daniel Vrátil dvratil at redhat.com
Wed Apr 30 09:11:24 BST 2014


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

--- Comment #3 from Daniel Vrátil <dvratil at redhat.com> ---
Oh, stupid MySQL :-)  This hack should work:

DELETE FROM CollectionTable WHERE parentId NOT IN (SELECT * FROM (SELECT id
FROM CollectionTable)) AND parentId IS NOT NULL;

Sorry, I tested only with PostgreSQL, where DELETE FROM..SELECT FROM on the
same table works.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list