[Akonadi] [Bug 447311] New: Akonadi server is not starting

sourcemaker bugzilla_noreply at kde.org
Mon Dec 20 21:22:41 GMT 2021


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-bugs at kde.org
          Reporter: kde at 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 the assignee for the bug.


More information about the Kdepim-bugs mailing list