[Digikam-devel] [digikam] [Bug 327646] Failed to create tables in database" Error In digiKam
Petr Bohac
bohacpetr at bohyn.cz
Thu Nov 21 21:36:55 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=327646
Petr Bohac <bohacpetr at bohyn.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bohacpetr at bohyn.cz
--- Comment #1 from Petr Bohac <bohacpetr at bohyn.cz> ---
Same problem (digiKam 3.4.0 and mariadb 10) on openSUSE Tumbleweed. It is
caused by creating too long index
CALL create_index_if_not_exists('Images','image_name_index','name(996)');
Workaround:
1) edit /usr/share/kde4/apps/digikam/database/dbconfig.xml line 1002 (version
3.4.0) and replace "name(996)" by "name(255)".
2) Drop all tables in database and rerun digiKam
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list