Bug #30168 Dump code is ignored.
Submitted: 1 Aug 2007 2:11 Modified: 29 Oct 2008 14:39
Reporter: Matthew Montgomery Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1.18-ndb-6.2.2-telco OS:Any
Assigned to: CPU Architecture:Any

[1 Aug 2007 2:11] Matthew Montgomery
Description:
When you issue the command "ALL DUMP 2304" from within the ndb_mgm client nothing happens.

I would expect the same results as is documented in:
http://dev.mysql.com/doc/ndbapi/en/ndb-internals-dump-command-2304.html

I've tried enabling debug using "CLUSTERLOG TOGGLE DEBUG" and "ALL CLUSTERLOG CHECKPOINT=15" to no avail.

In /src/kernel/blocks/dblqh/DblqhMain.cpp near line 170 cluster tries  execDUMP_STATE_ORD(signal) for a code that doesn't exist in ./include/kernel/signaldata/DumpStateOrd.hpp

How to repeat:
"ALL DUMP 2304"

Suggested fix:
In /src/kernel/blocks/dblqh/DblqhMain.cpp near line 170 cluster tries  execDUMP_STATE_ORD(signal) for a code 2304 that doesn't exist in ./include/kernel/signaldata/DumpStateOrd.hpp