diff options
author | unknown <joreland@mysql.com> | 2004-10-04 13:02:16 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-10-04 13:02:16 +0200 |
commit | d7885b5e3ff55c6b2a50ad194fb0d9febe95ec20 (patch) | |
tree | 0069d8244b5245fde24a61d4ec6b8fc4dc356461 /ndb/include/ndbapi/NdbOperation.hpp | |
parent | 599a78421811e7876553318ddf6bb87e9a7f917e (diff) | |
parent | 499ebf4d413e38f7f1af7a1bfe4d028a284cd2dd (diff) | |
download | mariadb-git-d7885b5e3ff55c6b2a50ad194fb0d9febe95ec20.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
ndb/include/ndbapi/NdbOperation.hpp:
Auto merged
ndb/include/ndbapi/NdbScanOperation.hpp:
Auto merged
ndb/src/ndbapi/NdbOperationDefine.cpp:
Auto merged
Diffstat (limited to 'ndb/include/ndbapi/NdbOperation.hpp')
-rw-r--r-- | ndb/include/ndbapi/NdbOperation.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ndb/include/ndbapi/NdbOperation.hpp b/ndb/include/ndbapi/NdbOperation.hpp index a8bd8b9bfea..b2acdf26a85 100644 --- a/ndb/include/ndbapi/NdbOperation.hpp +++ b/ndb/include/ndbapi/NdbOperation.hpp @@ -749,7 +749,6 @@ protected: FinalGetValue, SubroutineExec, SubroutineEnd, - SetBound, WaitResponse, WaitCommitResponse, Finished, @@ -921,9 +920,6 @@ protected: Uint16 m_keyInfoGSN; Uint16 m_attrInfoGSN; - // saveBoundATTRINFO() moves ATTRINFO here when setBound() is ready - NdbApiSignal* theBoundATTRINFO; - Uint32 theTotalBoundAI_Len; // Blobs in this operation NdbBlob* theBlobList; |