https://bugs.kde.org/show_bug.cgi?id=447311
Bug ID: 447311 Summary: Akonadi server is not starting Product: Akonadi Version: unspecified Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: major Priority: NOR Component: server Assignee: kdepim-b...@kde.org Reporter: k...@aschoettler.com Target Milestone: --- MariaDB is up and running, but the following statement is taking too much time: SELECT count(DISTINCT PimItemTable.id), sum(PimItemTable.size), sum(CASE WHEN ( SeenFlags.Flag_id IS NOT NULL OR IgnoredFlags.Flag_id IS NOT NULL ) THEN 1 ELSE 0 END), PimItemTable.collectionId FROM PimItemTable LEFT JOIN PimItemFlagRelation AS SeenFlags ON ( PimItemTable.id = SeenFlags.PimItem_id AND SeenFlags.Flag_id = ? ) LEFT JOIN PimItemFlagRelation AS IgnoredFlags ON ( PimItemTable.id = IgnoredFlags.PimItem_id AND IgnoredFlags.Flag_id = ? ) GROUP BY PimItemTable.collectionId Why does this problem occur suddenly? I haven't installed any updates. -- You are receiving this mail because: You are watching all bug changes.