Merge branch 'remove-mimalloc' of github.com:yandex/ClickHouse into remove-mimalloc

This commit is contained in:
Alexey Milovidov 2019-08-29 18:32:52 +03:00
commit 59dcc06d36

View File

@ -41,4 +41,5 @@ struct MarkInCompressedFile
};
using MarksInCompressedFile = PODArray<MarkInCompressedFile>;
}