ClickHouse/dbms
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
..
benchmark Minor changes 2019-02-25 01:28:05 +03:00
cmake Auto version update to [19.11.0] [54423] 2019-06-21 18:47:02 +03:00
programs Merge pull request #5745 from nvartolomei/nv/clickhouse-copier-cross-replication 2019-06-27 21:09:00 +03:00
src was wrong! 2019-06-28 20:23:11 +03:00
tests Merge pull request #5764 from hczhcz/patch-8 2019-06-28 14:49:05 +03:00
CMakeLists.txt Use mimalloc instead of lfallocator 2019-06-27 18:13:19 +03:00