diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-07 09:11:50 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-07 09:11:50 +0000 |
commit | 065a07289cc0b93bef16506b267918555bb43d05 (patch) | |
tree | 074d72d82a1e88778501c781f1e1877058df17cb /ndb/src/mgmsrv/CommandInterpreter.hpp | |
parent | 39d62ccc93c23f31db81459c4844133a49e19047 (diff) | |
download | mariadb-git-065a07289cc0b93bef16506b267918555bb43d05.tar.gz |
fixed clusterlog "filter" command
ndb/src/mgmsrv/CommandInterpreter.cpp:
removed clusterlog command
ndb/src/mgmsrv/CommandInterpreter.hpp:
removed clusterlog command
Diffstat (limited to 'ndb/src/mgmsrv/CommandInterpreter.hpp')
-rw-r--r-- | ndb/src/mgmsrv/CommandInterpreter.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/CommandInterpreter.hpp b/ndb/src/mgmsrv/CommandInterpreter.hpp index 1a5184361d6..74e5c2e95be 100644 --- a/ndb/src/mgmsrv/CommandInterpreter.hpp +++ b/ndb/src/mgmsrv/CommandInterpreter.hpp @@ -125,7 +125,6 @@ private: void executeShow(char* parameters); void executeRun(char* parameters); void executeInfo(char* parameters); - void executeClusterLog(char* parameters); public: void executeStop(int processId, const char* parameters, bool all); |