ClickHouse/src/Common/mysqlxx
Azat Khuzhin 089bf39132 Fix -Wshorten-64-to-32 for musl
On musl uint_fast32_t is uint32_t, while for glibc it is unsigned long
long.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-21 13:25:42 +02:00
..
mysqlxx Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
tests Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
CMakeLists.txt
Connection.cpp
Exception.cpp
Pool.cpp Fix 2022-08-29 16:20:53 +02:00
PoolFactory.cpp
PoolWithFailover.cpp Fix -Wshorten-64-to-32 for musl 2022-10-21 13:25:42 +02:00
Query.cpp Fix 3/4 of trash 2022-09-19 08:50:53 +02:00
ResultBase.cpp
Row.cpp
UseQueryResult.cpp
Value.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00