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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user