Revision 4ca8b84...
Go back to digest for 27th April 2014Bug Fixes in KDE-PIM
Dan Vratil committed changes in [akonadi/1.12] server/src/storage/dbupdater.cpp:
Remove the invalid GID part from PartTable before starting PartTable migration
More people than we expected have invalid 'GID' part in their PartTable,
which breaks migration to schema 25, because it expects all part types
to have a valid name.
To work around this fact, we DELETE all parts with name 'GID' from PartTable
before starting the actual migration. This will not fix the migration for
people with other invalid parts, but I haven't heard of any such. To make
this completely bullet-proof, we would need to iterate through all entries,
which would be massively slower than current INSERT INTO ... SELECT FROM approach.
Distributions, this is a good choice for backporting into 1.12.1 ;-)
FIXED-IN: 1.12.2
File Changes
Modified 1 files
- server/src/storage/dbupdater.cpp
1 files changed in total