summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <Justin.He/justin.he@dev3-240.dev.cn.tlan>2007-06-14 20:45:12 +0800
committerunknown <Justin.He/justin.he@dev3-240.dev.cn.tlan>2007-06-14 20:45:12 +0800
commitedb853a63bd180c17098bcb188f53096fc9644a2 (patch)
treefe9624a5c3dace6e54ba1184c376eb301a92554d /ndb/include
parentadedb05f3d3eb89f4fea191e7d18fc5e1057896f (diff)
parent4daad4ebfe1f6a6ec97621eec717a21948ecc8b1 (diff)
downloadmariadb-git-edb853a63bd180c17098bcb188f53096fc9644a2.tar.gz
Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug27640-5.0-ndb ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/debugger/EventLogger.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/debugger/EventLogger.hpp b/ndb/include/debugger/EventLogger.hpp
index 11df3f513fc..f6762743df0 100644
--- a/ndb/include/debugger/EventLogger.hpp
+++ b/ndb/include/debugger/EventLogger.hpp
@@ -175,5 +175,5 @@ private:
char m_text[MAX_TEXT_LENGTH];
};
-
+extern void getRestartAction(Uint32 action, BaseString &str);
#endif