Bug #54267 mysqld lack NDBCLUSTER engine for MySQL Cluster 7.1.3 on Windows
Submitted: 6 Jun 2010 17:00 Modified: 9 Jul 2010 10:02
Reporter: Anders Karlsson Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.1 OS:Windows
Assigned to: CPU Architecture:Any
Tags: 7.1.3

[6 Jun 2010 17:00] Anders Karlsson
Description:
The mysqld supplied with MySQL Cluster 7.1.3 for Microsoft Windows lacks support for the NDB Storage engine.

How to repeat:
Install MySQL Cluster 7.1.3 on Windows, start mysqld and connect to the server with the MySQL commandline:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.1.44-ndb-7.1.3-cluster-gpl MySQL Cluster Server (GPL)

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

mysql> show variables like 'have_ndbcluster';
+-----------------+----------+
| Variable_name   | Value    |
+-----------------+----------+
| have_ndbcluster | DISABLED |
+-----------------+----------+
1 row in set (0.00 sec)

mysql>

Suggested fix:
Include the NDB storage engine with MySQL Cluster.
[6 Jun 2010 17:20] Anders Karlsson
Sorry. Looking at this in more detail, I realize that the ndbcluster variable wasn't set in the my.ini. That this wasn't enabled by default is probably the reason for this issue.
[7 Jun 2010 13:09] Jørgen Austvik
ndbcluster should be enabled by default
[9 Jun 2010 10:02] Sveta Smirnova
Thank you for the report.

I saw only noinstall package on downloads website and only templates for configuration files. So this can be expected they don't have ndbcluster option.

Please indicate which package do you use.
[9 Jul 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".