1
0
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:
Alexey Antipovsky
2021-06-09 16:51:00 +03:00
parent 3c33a816c3
commit 0dedb7e628
3 changed files with 1 additions and 4 deletions

View File

@ -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;