8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600bd60 commit fc49771Copy full SHA for fc49771
arangod/Aql/Expression.cpp
@@ -869,8 +869,8 @@ AqlValue Expression::executeSimpleExpressionFCall(
869
VPackFunctionParameters parameters{arena};
870
871
// same here
872
- SmallVector<uint8_t, 64>::allocator_type::arena_type arena2;
873
- SmallVector<uint8_t, 64> destroyParameters{arena2};
+ SmallVector<uint64_t>::allocator_type::arena_type arena2;
+ SmallVector<uint64_t> destroyParameters{arena2};
874
parameters.reserve(n);
875
destroyParameters.reserve(n);
876
0 commit comments