I just update MySQL from 5.0.84 to 5.1.56. can't load FEDERATED engine. Maybe is related to the bug on the URL. Is it posible bump to 5.1.60? This doesn't work for me. http://forums.gentoo.org/viewtopic-p-6674375.html#6674375 Reproducible: Always
1) Please post your `emerge --info dev-db/mysql' output in a comment. 2) Please post the entire output/logs related to this bug in a comment.
Created attachment 290169 [details] attached emerge --info dev-db/mysql
It does not show as an engine FEDERATED available with USE="extraengine" mysql> show engines; +------------+---------+--------------------------------------------------------- | Engine | Support | Comment +------------+---------+--------------------------------------------------------- | MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance | MRG_MYISAM | YES | Collection of identical MyISAM tables | BLACKHOLE | YES | /dev/null storage engine (anything you write to it disappears) | CSV | YES | CSV storage engine | MEMORY | YES | Hash based, stored in memory, useful for temporary tables | InnoDB | YES | Supports transactions, row-level locking, and foreign keys | ARCHIVE | YES | Archive storage engine +------------+---------+--------------------------------------------------------- 7 rows in set (0.00 sec)
(In reply to comment #0) > I just update MySQL from 5.0.84 to 5.1.56. > > can't load FEDERATED engine. > > Maybe is related to the bug on the URL. Is it posible bump to 5.1.60? > > This doesn't work for me. > http://forums.gentoo.org/viewtopic-p-6674375.html#6674375 > > > Reproducible: Always There's no mysql-5.1.60 - you got me searching for the package a few days :-P I'm working on a few mysql issues and I'll see if I can fix this one soon.
Oh, I'm sorry so much. I read it at the last comment in http://bugs.mysql.com/bug.php?id=40942
Maybe federated engine needs to be enabled with daemon config file, not my.cnf...?
Well, now the lastes Generally Available MySQL Server is 5.1.61. May be fix this issue.
Did you load the federated plugin at all? Either with the Install plugin command, or add this to your my.cnf: plugin-load=federated=ha_federated.so loose-federated
Closing as we need more information.