From c08df4879bea57b715e18e42a4b47cfbe935ecd3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Jun 2004 12:04:30 +0200 Subject: ndb api blobs --- ndb/src/ndbapi/Ndberr.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ndb/src/ndbapi/Ndberr.cpp') diff --git a/ndb/src/ndbapi/Ndberr.cpp b/ndb/src/ndbapi/Ndberr.cpp index faa2f00cfce..11df77ae614 100644 --- a/ndb/src/ndbapi/Ndberr.cpp +++ b/ndb/src/ndbapi/Ndberr.cpp @@ -21,6 +21,7 @@ #include #include #include +#include static void @@ -73,3 +74,10 @@ NdbSchemaCon::getNdbError() const { update(theError); return theError; } + +const +NdbError & +NdbBlob::getNdbError() const { + update(theError); + return theError; +} -- cgit v1.2.1 From a0be27008a850e73a03c204f873662d77c2d24e4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Jun 2004 14:02:31 +0200 Subject: merge ndb api blobs --- ndb/src/ndbapi/Ndberr.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ndb/src/ndbapi/Ndberr.cpp') diff --git a/ndb/src/ndbapi/Ndberr.cpp b/ndb/src/ndbapi/Ndberr.cpp index 11df77ae614..a8b968da03f 100644 --- a/ndb/src/ndbapi/Ndberr.cpp +++ b/ndb/src/ndbapi/Ndberr.cpp @@ -18,7 +18,6 @@ #include #include "NdbImpl.hpp" #include "NdbDictionaryImpl.hpp" -#include #include #include #include @@ -68,13 +67,6 @@ NdbOperation::getNdbError() const { return theError; } -const -NdbError & -NdbSchemaCon::getNdbError() const { - update(theError); - return theError; -} - const NdbError & NdbBlob::getNdbError() const { -- cgit v1.2.1