| Bug #52235 | NDBINFO tables not created in 7.0.13 | ||
|---|---|---|---|
| Submitted: | 19 Mar 2010 21:03 | Modified: | 19 Mar 2010 21:16 |
| Reporter: | Andrew Hutchings | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
| Version: | 7.0.13 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[19 Mar 2010 21:15]
Bernd Ocklin
ndbinfo is no feature of 7.0 but ndbinfo engine is part of 7.0 just not enabled there. Closing as not a bug.

Description: The NDBINFO engine is included in 7.0.13 but neither mysql_install_db or mysql_upgrade install the required tables for it. How to repeat: mysql> show engines\G *************************** 1. row *************************** Engine: ndbcluster Support: YES Comment: Clustered, fault-tolerant tables Transactions: YES XA: NO Savepoints: NO ... *************************** 3. row *************************** Engine: ndbinfo Support: YES Comment: MySQL Cluster system information storage engine Transactions: NO XA: NO Savepoints: NO ... mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | test | +--------------------+ 3 rows in set (0.00 sec)