Bug 262218 - akonadi uses wron database name
Summary: akonadi uses wron database name
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: 4.6
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-05 18:46 UTC by Florian Reinhard
Modified: 2011-03-01 00:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch for bug 262218 (634 bytes, patch)
2011-01-11 16:08 UTC, Christophe Marin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Reinhard 2011-01-05 18:46:29 UTC
Version:           4.6 (using KDE 4.5.90) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:

1. have a working akonadi setup with using the internal mysql server
2. go to akonadi_tray->configure->server configuration
3. uncheck "internal mysql.."
4. use another databasename then "akonadi"
5. check "internal mysql.."
6. $> akonadictl restart


Actual Results:  
akonadi fails to restart since the configured and greyed out database does not exist. therefore, if using the internal mysql server, the database name should allways be akonadi!

Expected Results:  
just works™ :)
Comment 1 Christophe Marin 2011-01-11 16:08:03 UTC
Created attachment 55865 [details]
Patch for bug 262218

One line patch that resets the dbname to its default value when the internal server is used.