You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fix compilation warnings
This commit is contained in:
@ -1283,7 +1283,6 @@ void RowAggregation::doSum(const Row& rowIn, int64_t colIn, int64_t colOut, int
|
||||
bool isWideDataType = false;
|
||||
void *wideValInPtr = nullptr;
|
||||
|
||||
long double valOut = fRow.getLongDoubleField(colOut);
|
||||
if (rowIn.isNullValue(colIn))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user