[Akonadi] [Bug 331867] mysql: column 'name' can not be null when migrating PartTable

Daniel Vrátil dvratil at redhat.com
Fri Mar 14 18:36:05 GMT 2014


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

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #9 from Daniel Vrátil <dvratil at redhat.com> ---
Ha! We found the culprit. GID is not supposed to be there, it's not a part. It
looks like after an update you started KMail, but did not restart Akonadi, so
KMail was sending the "GID" data, but Akonadi did not know it so it though it's
a part type.

You can run following query in DB Console to get rid of it:

DELETE FROM PartTable WHERE name = 'GID';

This will fix the migration to 1.12 for you. I'll add a check to Akonadi to
prevent this from happening to others.

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


More information about the Kdepim-bugs mailing list