summaryrefslogtreecommitdiff
path: root/storage/ndb/src/ndbapi/ClusterMgr.cpp
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-07-11 14:36:44 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-07-11 14:36:44 +0200
commit49bb7e206b2b04f36f461b59ce7e86d692c7b654 (patch)
tree72c76087d472791c7e7926cb7fa57f0b466426ba /storage/ndb/src/ndbapi/ClusterMgr.cpp
parentcd6f2f6b6189b9d2ccb0c45cdfd240eee555b16d (diff)
downloadmariadb-git-49bb7e206b2b04f36f461b59ce7e86d692c7b654.tar.gz
fix ndb_version.h so that it is usable and make some functions public to handle ndb version
Diffstat (limited to 'storage/ndb/src/ndbapi/ClusterMgr.cpp')
-rw-r--r--storage/ndb/src/ndbapi/ClusterMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/ndbapi/ClusterMgr.cpp b/storage/ndb/src/ndbapi/ClusterMgr.cpp
index f51a5098c53..448bc1025e8 100644
--- a/storage/ndb/src/ndbapi/ClusterMgr.cpp
+++ b/storage/ndb/src/ndbapi/ClusterMgr.cpp
@@ -16,7 +16,7 @@
#include <ndb_global.h>
#include <my_pthread.h>
#include <ndb_limits.h>
-#include <ndb_version.h>
+#include <util/version.h>
#include "TransporterFacade.hpp"
#include "ClusterMgr.hpp"