ClickHouse/dbms/src
proller a5e2a725d2 was wrong!
../dbms/src/IO/WriteBufferAIO.cpp:277:54: error: result of comparison 'ssize_t' (aka 'long') > 9223372036854775807 is always false [-Werror,-Wtautological-type-limit-compare]
    if ((static_cast<ssize_t>(flush_buffer.offset()) > std::numeric_limits<off_t>::max()) ||
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-06-28 20:23:11 +03:00
..
AggregateFunctions Merge pull request #5750 from hczhcz/patch-7 2019-06-28 14:50:38 +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 Merge pull request #5775 from yandex/lfalloc2mimalloc 2019-06-28 14:48:18 +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 Merge pull request #5750 from hczhcz/patch-7 2019-06-28 14:50:38 +03:00
Interpreters Merge pull request #5758 from zlobober/bool_masks 2019-06-28 14:51:52 +03:00
IO was wrong! 2019-06-28 20:23:11 +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