[Akonadi] [Bug 319016] New: Akonadi fails to start with MySQL 5.6 due to use of deprecated system variable
rthomsen6 at gmail.com
rthomsen6 at gmail.com
Sun Apr 28 10:29:59 BST 2013
https://bugs.kde.org/show_bug.cgi?id=319016
Bug ID: 319016
Summary: Akonadi fails to start with MySQL 5.6 due to use of
deprecated system variable
Classification: Unclassified
Product: Akonadi
Version: 1.9.1
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: grave
Priority: NOR
Component: server
Assignee: kdepim-bugs at kde.org
Reporter: rthomsen6 at gmail.com
The table_cache system variable used in the mysql-global.conf configuration
file in akonadi was deprecated already in MySQL 5.1.3 and replaced by
table_cache . However, it seem the old variable name was still supported up to
MySQL 5.5. After upgrading to MySQL 5.6, akonadi server fails to start up due
to usage of this deprecated variable.
Reproducible: Always
Steps to Reproduce:
1. Upgrade to MySQL 5.6
2. Start Akonadi server
Actual Results:
Akonadi fails to start.
Expected Results:
Akonadi should start normally.
See:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_table_cache
and:
http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-3.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list