summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <stewart@willster.(none)>2007-02-14 15:47:34 +1100
committerunknown <stewart@willster.(none)>2007-02-14 15:47:34 +1100
commite953dd8a35631fc3051d1b0f57fc3867b17bc851 (patch)
tree3ffa52a1a65046215e0a851641b5d83f74c50312 /ndb/include
parenta031b4307cfc78262bc512be27dcc7f2c9a5267f (diff)
downloadmariadb-git-e953dd8a35631fc3051d1b0f57fc3867b17bc851.tar.gz
BUG#26355 FIXME: use constant for max loglevel in ndb_mgmd
ndb/include/mgmapi/mgmapi.h: use constant for max log level in ndb_mgmd. (more useful in 5.1 due to other defines and refinements of mgmapi) ndb/src/mgmsrv/Services.cpp: fix the XXX fixme of constant for max log level
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/mgmapi/mgmapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index 2423048f98f..e5889a1ee6d 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -16,6 +16,8 @@
#ifndef MGMAPI_H
#define MGMAPI_H
+#define NDB_MGM_MAX_LOGLEVEL 15
+
/**
* @mainpage MySQL Cluster Management API
*