ClickHouse/dbms/src
Alexander Kuzmenkov a719933c58 Fix initial size of some inline PODArray's.
A template parameter of PODArray named INITIAL_SIZE didn't make its
units clear, which made some callers to erroneously assume that it
specifies the number of elements and not the number of bytes.
Rename it, fix the wrong usages and, where possible, use the
PODArrayWithStackMemory typedef for arrays with inline memory.
2019-06-28 16:03:14 +03:00
..
AggregateFunctions Fix initial size of some inline PODArray's. 2019-06-28 16:03:14 +03:00
Client add timeouts to multiplexed connections 2019-06-02 12:43:20 +03:00
Columns Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
Common Fix initial size of some inline PODArray's. 2019-06-28 16:03:14 +03:00
Compression Fix bug in delta codec caused by genious C++ implicit type conversion and consequent template type deduction 2019-06-28 13:42:36 +03:00
Core Fixed idiotic inconsistency in code 2019-06-27 16:26:06 +03:00
Databases Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
DataStreams Use mimalloc instead of lfallocator 2019-06-27 18:13:19 +03:00
DataTypes Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
Dictionaries Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica 2019-06-27 22:18:28 +03:00
Formats Fixed bad translation in comment 2019-06-27 14:13:32 +03:00
Functions Fix initial size of some inline PODArray's. 2019-06-28 16:03:14 +03:00
Interpreters Merge pull request #5758 from zlobober/bool_masks 2019-06-28 14:51:52 +03:00
IO Merge pull request #5775 from yandex/lfalloc2mimalloc 2019-06-28 14:48:18 +03:00
Parsers Renamed functions for consistency #5704 2019-06-24 17:51:37 +03:00
Storages Merge pull request #5758 from zlobober/bool_masks 2019-06-28 14:51:52 +03:00
TableFunctions Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
CMakeLists.txt ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00