mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Post-review fix 2
This commit is contained in:
parent
29e160e4a9
commit
8dfe39291d
1 changed files with 2 additions and 0 deletions
|
@ -1171,6 +1171,8 @@ NdbTransaction::getNdbIndexScanOperation(const NdbIndexImpl* index,
|
||||||
{
|
{
|
||||||
tOp->m_currentTable = table;
|
tOp->m_currentTable = table;
|
||||||
}
|
}
|
||||||
|
// Mark that this really an NdbIndexScanOperation
|
||||||
|
tOp->m_type = NdbOperation::OrderedIndexScan;
|
||||||
return tOp;
|
return tOp;
|
||||||
} else {
|
} else {
|
||||||
setOperationErrorCodeAbort(4271);
|
setOperationErrorCodeAbort(4271);
|
||||||
|
|
Loading…
Reference in a new issue