Bug #27223 Partitions: undocumented display with ndb status
Submitted: 16 Mar 2007 18:46 Modified: 18 Mar 2007 20:29
Reporter: Peter Gulutzan Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1 OS:Linux (SUSE 10.0 / 64-bit)
Assigned to: CPU Architecture:Any
Tags: 5.1.17-beta

[16 Mar 2007 18:46] Peter Gulutzan
Description:
The MySQL Reference Manual says:

"SHOW ENGINE NDB STATUS returns an empty result if no operations involving NDB
tables have been performed by the MySQL client accessing the SQL node on which
this statement is run."

That's the case on my client. I haven't done anything with NDB.

But the result is not empty. I see an entry about "Partitions".

How to repeat:
mysql> show engine ndb status;
+-----------+------+----------+
| Type      | Name | Status   |
+-----------+------+----------+
| partition |      | DISABLED |
+-----------+------+----------+
1 row in set (0.00 sec)
[18 Mar 2007 20:29] MySQL Verification Team
Thank you for the bug report. Verified as described.

Your MySQL connection id is 1
Server version: 5.1.17-beta-debug Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show engine ndb status;
+-----------+------+----------+
| Type      | Name | Status   |
+-----------+------+----------+
| partition |      | DISABLED | 
+-----------+------+----------+
1 row in set (0.00 sec)