mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
dbms: addition to prev. revision [#METR-13262].
This commit is contained in:
parent
1f67c192fd
commit
3dc00a1298
@ -43,9 +43,9 @@ int main(int argc, char ** argv)
|
||||
|
||||
StoragePtr table = StorageMergeTree::create(
|
||||
"./", "default", "test",
|
||||
names_and_types, context, primary_expr, "d",
|
||||
nullptr, {}, 101, {},
|
||||
MergeTreeData::Ordinary, {}, {}, {});
|
||||
names_and_types, {}, {}, {},
|
||||
context, primary_expr, "d",
|
||||
nullptr, 101, MergeTreeData::Ordinary, {}, {});
|
||||
|
||||
/// пишем в неё
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user