Bug 250486

Summary: dbupdate to version 19 fails because of case-sensivity
Product: [Frameworks and Libraries] Akonadi Reporter: Panard <panard>
Component: serverAssignee: Volker Krause <vkrause>
Status: RESOLVED FIXED    
Severity: normal CC: kdepim-bugs
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch fixing mistyping in dbupdate.xml

Description Panard 2010-09-07 20:39:44 UTC
Created attachment 51399 [details]
patch fixing mistyping in dbupdate.xml

Version:           1.4.0 (using KDE 4.5.0) 
OS:                Linux

Because my (external) mysql server is not case sensitive, the update to version 19 fails.
Please follow mysql recommandation concerning the case typing of tables.

Attached is a patch fixing this mistyping.

Reproducible: Always

Steps to Reproduce:
- start akonadi

Actual Results:  
- mysql error about a table not found
Comment 1 Volker Krause 2010-09-08 09:59:54 UTC
SVN commit 1172925 by vkrause:

Fix db update for case-sensitive backends.

BUG: 250486


 M  +2 -2      dbupdate.xml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1172925