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