You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
PR fixes
This commit is contained in:
@ -400,7 +400,7 @@ void WriteEngineWrapper::updateMaxMinRange(const size_t totalNewRow, const size_
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
idbassert(0 && "unknown WR type tag");
|
idbassert_s(0, "unknown WR type tag");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (maxMin->isBinaryColumn())
|
if (maxMin->isBinaryColumn())
|
||||||
@ -4588,8 +4588,6 @@ int WriteEngineWrapper::updateColumnRec(const TxnID& txnid,
|
|||||||
rc = writeColumnRecUpdate(txnid, cscColTypeList, colStructList, colValueList, colOldValueList,
|
rc = writeColumnRecUpdate(txnid, cscColTypeList, colStructList, colValueList, colOldValueList,
|
||||||
ridLists[extent], tableOid, true, ridLists[extent].size(), ¤tExtentRangesPtrs);
|
ridLists[extent], tableOid, true, ridLists[extent].size(), ¤tExtentRangesPtrs);
|
||||||
|
|
||||||
// m_opType = NOOP; // XXX: WHY WAS IT HERE???!!!
|
|
||||||
|
|
||||||
if (rc != NO_ERROR)
|
if (rc != NO_ERROR)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user