← Back to team overview

ius-coredev team mailing list archive

[Bug 985219] Re: MySQL51 Defines plugin_dir and missing plugin

 

During the MySQL 5.1.59 -> 5.1.60 we were having issues with the static federated feature,
and were trying to move it to a separate package and dynamic plugin. Our issue with this
was break existing federated users, so we tried to add this in the my.cnf.

However, since then the federated feature is again static (the issues appear to have been
resolved at the end of 5.1.60 package version):

# egrep 'plugin|feder' /etc/my.cnf

# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.62-ius Distributed by The IUS Community Project

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights
reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.

mysql> show plugins;
+------------+----------+----------------+---------+---------+
| Name       | Status   | Type           | Library | License |
+------------+----------+----------------+---------+---------+
| binlog     | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| partition  | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| CSV        | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| FEDERATED  | DISABLED | STORAGE ENGINE | NULL    | GPL     |
| MEMORY     | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| InnoDB     | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| MyISAM     | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
| MRG_MYISAM | ACTIVE   | STORAGE ENGINE | NULL    | GPL     |
+------------+----------+----------------+---------+---------+
8 rows in set (0.00 sec)

mysql>

====

We need to remove the old plugin_dir and load federated my.cnf hacks.

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/985219

Title:
  MySQL51 Defines plugin_dir and missing plugin

Status in IUS Community Project:
  New

Bug description:
  Seems we had some back and forth when federated module went from dynamic to static,
  this revision was attempting to define the plugin directory and load a federated shared library:

    http://bazaar.launchpad.net/~ius-coredev/ius/mysql51/revision/56

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/985219/+subscriptions


References