提交 6c3d36d6 编写于 作者: A Alexey Arno

dbms: Server: Renaming [#METR-18844]

上级 d537ad38
...@@ -264,8 +264,8 @@ private: ...@@ -264,8 +264,8 @@ private:
PatternAction(const PatternActionType type, const std::uint32_t extra = 0) : type{type}, extra{extra} {} PatternAction(const PatternActionType type, const std::uint32_t extra = 0) : type{type}, extra{extra} {}
}; };
static constexpr size_t bytes_in_arena = 64; static constexpr size_t bytes_on_stack = 64;
using PatternActions = PODArray<PatternAction, bytes_in_arena, AllocatorWithStackMemory<Allocator<false>, bytes_in_arena>>; using PatternActions = PODArray<PatternAction, bytes_on_stack, AllocatorWithStackMemory<Allocator<false>, bytes_on_stack>>;
void parsePattern() void parsePattern()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册