summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/NdbIndexOperation.cpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-05-26 13:24:14 +0200
committerunknown <joreland@mysql.com>2004-05-26 13:24:14 +0200
commit66011d0b8cdd36013b07734b90192b0d6c630fd8 (patch)
tree0280375c810eb97bcc0397cfd3872e453d350683 /ndb/src/ndbapi/NdbIndexOperation.cpp
parentd887ce18a45e2211dd9c81e04e0b40cf071da386 (diff)
downloadmariadb-git-66011d0b8cdd36013b07734b90192b0d6c630fd8.tar.gz
wl1671 - Sorted scan
Diffstat (limited to 'ndb/src/ndbapi/NdbIndexOperation.cpp')
-rw-r--r--ndb/src/ndbapi/NdbIndexOperation.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ndb/src/ndbapi/NdbIndexOperation.cpp b/ndb/src/ndbapi/NdbIndexOperation.cpp
index ee5491d72a8..5bab52e0e0f 100644
--- a/ndb/src/ndbapi/NdbIndexOperation.cpp
+++ b/ndb/src/ndbapi/NdbIndexOperation.cpp
@@ -52,7 +52,7 @@ NdbIndexOperation::NdbIndexOperation(Ndb* aNdb) :
/**
* Change receiver type
*/
- theReceiver.init(NdbReceiver::NDB_INDEX_OPERATION, this);
+ theReceiver.init(NdbReceiver::NDB_INDEX_OPERATION, this, false);
}
NdbIndexOperation::~NdbIndexOperation()
@@ -664,10 +664,8 @@ NdbIndexOperation::prepareSend(Uint32 aTC_ConnectPtr, Uint64 aTransactionId)
tSignal = tnextSignal;
} while (tSignal != NULL);
}//if
- NdbRecAttr* tRecAttrObject = theFirstRecAttr;
theStatus = WaitResponse;
- theCurrentRecAttr = tRecAttrObject;
-
+ theReceiver.prepareSend();
return 0;
}