ClickHouse/src/Common/mysqlxx
2023-12-15 16:00:58 +01:00
..
mysqlxx Fix "logs and exception messages formatting", part 1 2023-12-07 21:38:59 +01:00
tests Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
CMakeLists.txt Remove unbundled mysql support 2022-01-20 10:02:01 +03:00
Connection.cpp Improved protection from dereferencing of nullptr 2023-09-06 01:46:58 +00:00
Exception.cpp Support transformQueryForExternalDatabase for analyzer 2023-03-22 08:59:04 +01:00
Pool.cpp Fix "logs and exception messages formatting", part 1 2023-12-07 21:38:59 +01:00
PoolFactory.cpp Use std::string::starts_with instead of a roll your own variant 2023-04-06 11:57:44 -07:00
PoolWithFailover.cpp Use pcg/randomSeed() random generator/seed instead of std::mt19937/std::random_device 2023-11-07 18:54:50 +00:00
Query.cpp Mysql log format 2023-12-15 16:00:58 +01:00
ResultBase.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
Row.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
UseQueryResult.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
Value.cpp Support transformQueryForExternalDatabase for analyzer 2023-03-22 08:59:04 +01:00