[Bug 1468185] [NEW] Function 'innodb' already exists and other errors
Mitar
1468185 at bugs.launchpad.net
Wed Jun 24 05:27:30 UTC 2015
Public bug reported:
When running MySQL 5.6 I am getting the following errors in the log:
2015-06-24 05:24:20 893 [ERROR] Function 'innodb' already exists
2015-06-24 05:24:20 893 [Warning] Couldn't load plugin named 'innodb' with soname 'ha_innodb.so'.
2015-06-24 05:24:20 893 [ERROR] Function 'federated' already exists
2015-06-24 05:24:20 893 [Warning] Couldn't load plugin named 'federated' with soname 'ha_federated.so'.
2015-06-24 05:24:20 893 [ERROR] Function 'blackhole' already exists
2015-06-24 05:24:20 893 [Warning] Couldn't load plugin named 'blackhole' with soname 'ha_blackhole.so'.
2015-06-24 05:24:20 893 [ERROR] Function 'archive' already exists
2015-06-24 05:24:20 893 [Warning] Couldn't load plugin named 'archive' with soname 'ha_archive.so'.
The reason seems to be that postinit script adds those entries to the
plugin table:
mysql> SELECT * FROM mysql.plugin;
+-----------+-----------------+
| name | dl |
+-----------+-----------------+
| innodb | ha_innodb.so |
| federated | ha_federated.so |
| blackhole | ha_blackhole.so |
| archive | ha_archive.so |
+-----------+-----------------+
But those files do not exist for MySQL 5.6. Search shows that they exist
only for MairaDB.
mysql-server-5.6: 5.6.19-0ubuntu0.14.04.1
Ubuntu 14.04.2 LTS
I would expect that there would be no errors when starting a clean
installation of MySQL.
This was also reported here by another user:
http://forums.mysql.com/read.php?22,614511,614511#msg-614511
Removing those rows from the plugin table makes the errors go away.
** Affects: mysql-5.6 (Ubuntu)
Importance: Undecided
Status: New
** Package changed: mysql-5.5 (Ubuntu) => mysql-5.6 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.5 in Ubuntu.
https://bugs.launchpad.net/bugs/1468185
Title:
Function 'innodb' already exists and other errors
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+subscriptions
More information about the Ubuntu-server-bugs
mailing list