You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Fix build
This commit is contained in:
committed by
Leonid Fedorov
parent
50a31d1296
commit
5e5d328269
@@ -333,7 +333,7 @@ inline result_t ArithmeticOperator::execute(result_t op1, result_t op2, bool& is
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return result_t{0};
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (fOp)
|
switch (fOp)
|
||||||
|
Reference in New Issue
Block a user