1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00

wl2240 - ndb partitioning, bug fixes

This commit is contained in:
joreland@mysql.com
2004-12-15 09:11:33 +01:00
parent 25c8705d78
commit 11234eccb5
4 changed files with 16 additions and 8 deletions

View File

@@ -777,8 +777,9 @@ NdbScanOperation::doSendScan(int aProcessorId)
Uint32 tmp = req->requestInfo;
ScanTabReq::setDistributionKeyFlag(tmp, theDistrKeyIndicator_);
req->distributionKey = theDistributionKey;
req->requestInfo = tmp;
tSignal->setLength(ScanTabReq::StaticLength + theDistrKeyIndicator_);
TransporterFacade *tp = TransporterFacade::instance();
LinearSectionPtr ptr[3];
ptr[0].p = m_prepared_receivers;