summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2005-09-22 07:14:22 +0200
committerunknown <jonas@perch.ndb.mysql.com>2005-09-22 07:14:22 +0200
commite718b01eeb71c4d6a4f52a0af192fef53e9122bb (patch)
treed07957a52c9e1f1d8961399fde32df79c5eeed53 /ndb
parent41dd1b819a15ca465d4e2fb3fcd455fc9d769684 (diff)
parentc6a5e9a3934c312f20d94d58a1fc68598dfc8300 (diff)
downloadmariadb-git-e718b01eeb71c4d6a4f52a0af192fef53e9122bb.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/ndbapi/Ndbinit.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/Ndbinit.cpp b/ndb/src/ndbapi/Ndbinit.cpp
index 40c5a670c1f..d4ab30aec4e 100644
--- a/ndb/src/ndbapi/Ndbinit.cpp
+++ b/ndb/src/ndbapi/Ndbinit.cpp
@@ -29,6 +29,10 @@
#include <NdbOut.hpp>
#include <NdbSleep.h>
#include "ObjectMap.hpp"
+#include <NdbIndexScanOperation.hpp>
+#include <NdbIndexOperation.hpp>
+#include "NdbUtil.hpp"
+#include <NdbBlob.hpp>
class NdbGlobalEventBufferHandle;
NdbGlobalEventBufferHandle *NdbGlobalEventBuffer_init(int);