summaryrefslogtreecommitdiff
path: root/storage/ndb/test/tools
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/test/tools')
-rw-r--r--storage/ndb/test/tools/listen.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/ndb/test/tools/listen.cpp b/storage/ndb/test/tools/listen.cpp
index 7327b6f71f6..cffe256bf40 100644
--- a/storage/ndb/test/tools/listen.cpp
+++ b/storage/ndb/test/tools/listen.cpp
@@ -163,6 +163,12 @@ main(int argc, const char** argv){
case NdbDictionary::Event::TE_UPDATE:
cnt_u++;
break;
+ case NdbDictionary::Event::TE_CLUSTER_FAILURE:
+ break;
+ case NdbDictionary::Event::TE_ALTER:
+ break;
+ case NdbDictionary::Event::TE_DROP:
+ break;
default:
/* We should REALLY never get here. */
ndbout_c("Error: unknown event type");