ClickHouse/dbms
Marek Vavruša 70543200be dbms: Fix build with clang after Poco update
In the current version of Poco, unsigned long no longer aliases to
UInt64 with LP64. The size_t aliases to unsigned long with clang,
so all the uses of size_t instead of UInt64 when interacting with
Poco interfaces are gone. I replaced uses with UInt64 where it makes
sense, and added an overloaded function for readVarUInt() to support size_t.
2017-10-13 18:26:24 -07:00
..
benchmark Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
cmake Auto version update to [54299] 2017-10-09 00:39:00 +03:00
scripts Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
src dbms: Fix build with clang after Poco update 2017-10-13 18:26:24 -07:00
tests Fix SummingMergeTree argument checking logic. 2017-10-13 15:42:32 +03:00
CMakeLists.txt dbms: Fix build with clang after Poco update 2017-10-13 18:26:24 -07:00