File errmsg-mysql-embedded.diff of Package amarok.openSUSE_12.1_Update
Index: amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
===================================================================
--- amarok-2.4.3.orig/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
+++ amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
@@ -65,6 +65,7 @@ MySqlEmbeddedStorage::MySqlEmbeddedStora
// functions, such as FULLTEXT indexing.
out << "default-storage-engine = MyISAM" << endl;
out << "loose-innodb = 0" << endl;
+ out << "language=/usr/share/kde4/apps/amarok" << endl;
out << "skip-grant-tables = 1" << endl;
out << "myisam-recover = FORCE" << endl;
out << "key_buffer_size = 16777216" << endl; // (16Mb)