Bug #10672 Federated engine not available on windows
Submitted: 16 May 2005 15:20 Modified: 3 Jun 2005 12:16
Reporter: [ name withheld ] (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.4 max nt OS:Windows (Windows 2000 sp4)
Assigned to: Kent Boortz CPU Architecture:Any

[16 May 2005 15:20] [ name withheld ]
Description:
Hi, it seems that the FEDERATED storage engine is not available on windows server (mysqld-max-nt) and I can't find any reference to platform availability in the docs.
Please clarify or explain how to enable it.

How to repeat:
mysql> show variables like '%federated%';
+-----------------------+-------+
| Variable_name         | Value |
+-----------------------+-------+
| have_federated_engine | NO    |
+-----------------------+-------+
1 row in set (0.00 sec)

mysql> show variables like 'version';
+---------------+-------------------+
| Variable_name | Value             |
+---------------+-------------------+
| version       | 5.0.4-beta-nt-max |
+---------------+-------------------+
1 row in set (0.00 sec)
[3 Jun 2005 9:12] [ name withheld ]
I think that this bug can be closed as 5.0.6 max nt seems to have it.
Best regards
[3 Jun 2005 12:16] MySQL Verification Team
Thank you for the feedback.