1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix build

This commit is contained in:
Serguey Zefirov
2024-12-10 13:55:08 +03:00
committed by Leonid Fedorov
parent 39a976c39a
commit 6b2334cecf

View File

@ -333,7 +333,7 @@ inline result_t ArithmeticOperator::execute(result_t op1, result_t op2, bool& is
}
else
{
return T{0};
return 0;
}
}
switch (fOp)