ClickHouse/dbms
Alexander Kuzmenkov bd33bf8f96 Don't copy aggregate function states with memcpy.
They may contain pointers to themselves, such as when using
PODArrayWithStackMemory. Instead, initialize empty new structures
with `create`, and merge the old one to it with `merge`.
2019-07-02 20:48:00 +03:00
..
benchmark
cmake
programs
src Don't copy aggregate function states with memcpy. 2019-07-02 20:48:00 +03:00
tests Merge pull request #5824 from Enmk/double_delta_fix 2019-07-02 12:52:40 +03:00
CMakeLists.txt Initial support for clang-tidy (not yet useful) 2019-06-30 21:56:53 +03:00