Bug #15559 federated disabled and doesn't work
Submitted: 7 Dec 2005 20:57 Modified: 23 Feb 2006 3:07
Reporter: Patrick Galbraith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1 OS:
Assigned to: Bugs System CPU Architecture:Any

[7 Dec 2005 20:57] Patrick Galbraith
Description:
even with a max compile, federated shows as DISABLED in show engines.

How to repeat:
show engines;

Federated is DISABLED

Suggested fix:
fix federated_db_init - the logic is reverse of what it should be.
[7 Dec 2005 21:03] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/33159
[23 Feb 2006 2:32] Brian Aker
This was fixed some time ago. (not sure when)
[23 Feb 2006 3:07] Paul DuBois
Noted in 5.1.4 changelog.

          <literal>SHOW ENGINES</literal> output showed the
          <literal>FEDERATED</literal> engine as
          <literal>DISABLED</literal> even for builds with
          <literal>FEDERATED</literal> support. (Bug #15559)