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