summaryrefslogtreecommitdiff
path: root/ndb/include/mgmapi
diff options
context:
space:
mode:
authorunknown <mysql@mc04.(none)>2004-09-16 21:53:46 +0200
committerunknown <mysql@mc04.(none)>2004-09-16 21:53:46 +0200
commita562315e3fc1fb84ac1352960b79fb21e39ca48d (patch)
tree3c04c998f09f8f8359a4047beca759da020fd07b /ndb/include/mgmapi
parentd159d111da398b1b1ed59a56f2357692bf2a8ab1 (diff)
parent1da0c31b840911c58fa82f61c2efcabfbf80020a (diff)
downloadmariadb-git-a562315e3fc1fb84ac1352960b79fb21e39ca48d.tar.gz
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc04.(none):/space/mysql/mysql-4.1-ndb ndb/src/mgmsrv/Makefile.am: Auto merged
Diffstat (limited to 'ndb/include/mgmapi')
-rw-r--r--ndb/include/mgmapi/mgmapi.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index 929f4b0833b..9caf1c86c4d 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -56,24 +56,6 @@ extern "C" {
#endif
/**
- * Format of statistical information from the NDB Cluster.
- * STATISTIC_LINE is sent on the statistical port from the Management server,
- * each line is timestamped with STATISTIC_DATE.
- */
-#define STATISTIC_LINE "date=%s epochsecs=%d nodeid=%u trans=%u commit=%u " \
- "read=%u insert=%u attrinfo=%u cops=%u abort=%u"
- /**
- * Format of statistical information from the NDB Cluster.
- * STATISTIC_LINE is sent on the statistical port from the Management server,
- * each line is timestamped with STATISTIC_DATE.
- */
-#define STATISTIC_DATE "%d-%.2d-%.2d/%.2d:%.2d:%.2d"
- /**
- * Format of statistical information from the NDB Cluster.
- */
-#define OP_STATISTIC_LINE "date=%s epochsecs=%d nodeid=%d operations=%u"
-
- /**
* The NdbMgmHandle.
*/
typedef struct ndb_mgm_handle * NdbMgmHandle;