mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
wl2240 - ndb partitioning,
fix scan take over
This commit is contained in:
@@ -919,6 +919,8 @@ NdbScanOperation::takeOverScanOp(OperationType opType, NdbConnection* pTrans){
|
||||
TcKeyReq::setTakeOverScanFragment(scanInfo, tTakeOverFragment);
|
||||
TcKeyReq::setTakeOverScanInfo(scanInfo, tScanInfo);
|
||||
newOp->theScanInfo = scanInfo;
|
||||
newOp->theDistrKeyIndicator_ = 1;
|
||||
newOp->theDistributionKey = tTakeOverFragment;
|
||||
}
|
||||
|
||||
// Copy the first 8 words of key info from KEYINF20 into TCKEYREQ
|
||||
|
Reference in New Issue
Block a user