未验证 提交 5adef8bc 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #5437 from TCeason/bug_fix

ISSUES-5432 fix bad alloc when truncate join storage
......@@ -43,7 +43,7 @@ public:
private:
Block sample_block;
const Names & key_names;
const Names key_names;
bool use_nulls;
SizeLimits limits;
ASTTableJoin::Kind kind; /// LEFT | INNER ...
......
DROP TABLE IF EXISTS test.join_test;
CREATE TABLE test.join_test (number UInt8, value Float32) Engine = Join(ANY, LEFT, number);
TRUNCATE TABLE test.join_test;
DROP TABLE IF EXISTS test.join_test;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册