Commit 29e160e4 authored by mskold@mysql.com's avatar mskold@mysql.com

Post-review fix

parent 26027012
...@@ -1232,6 +1232,8 @@ NdbTransaction::getNdbScanOperation(const NdbTableImpl * tab) ...@@ -1232,6 +1232,8 @@ NdbTransaction::getNdbScanOperation(const NdbTableImpl * tab)
if (tOp->init(tab, this) != -1) { if (tOp->init(tab, this) != -1) {
define_scan_op(tOp); define_scan_op(tOp);
// Mark that this NdbIndexScanOperation is used as NdbScanOperation
tOp->m_type = NdbOperation::TableScan;
return tOp; return tOp;
} else { } else {
theNdb->releaseScanOperation(tOp); theNdb->releaseScanOperation(tOp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment