https://bugzilla.novell.com/show_bug.cgi?id=661950 https://bugzilla.novell.com/show_bug.cgi?id=661950#c0 Summary: KDE:Distro:Factory/amarok: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: kde-maintainers@suse.de ReportedBy: e.kunig@home.nl QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Customer Blocker: Yes Created an attachment (id=406664) --> (http://bugzilla.novell.com/attachment.cgi?id=406664) corrected patch file There is a bug in patch errmsg-mysql51-embedded.diff: - out << "collation-server = utf8_bin" << endl; + out << "collation-server = utf8_bin_unicode_ci" << endl; is preventing amarok from selecting any date in the embedded MySQL database. Therefore the collection appears always empty with this version. The correct patch is: - out << "collation-server = utf8_bin" << endl; + out << "collation-server = utf8_unicode_ci" << endl; I have verified this on my computer with openSuSE 11.3 x86_64, KDE Release 45, build from the source RPM with the corrected patch. Best regards, Egbert König -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.