ClickHouse/base/mysqlxx
alexey-milovidov 20d8523a2e
Merge pull request #28888 from azat/mysql-in-fix
Fix queries to external databases (i.e. MySQL) with multiple columns in IN ( i.e. `(k,v) IN ((1, 2))` )
2021-09-18 15:53:40 +03:00
..
tests Build fixes 2021-03-16 14:07:53 +03:00
CMakeLists.txt ignore reserved-macro-identifier when building lib mysqlxx 2021-09-09 23:51:47 +03:00
Connection.cpp Added "opt_reconnect" parameter to config for controlling MYSQL_OPT_RECONNECT option (#19998) 2021-02-26 09:49:49 +03:00
Connection.h Added "opt_reconnect" parameter to config for controlling MYSQL_OPT_RECONNECT option (#19998) 2021-02-26 09:49:49 +03:00
Exception.cpp
Exception.h MySQL dictionary source: A mechanism for retrying unexpected connection loss during communication with mysql server (#21237) 2021-02-27 11:18:28 +03:00
mysqlxx.h
Null.h
Pool.cpp Introduce connection_no_wait setting for MySQL engine. 2021-09-02 22:23:37 +03:00
Pool.h Default argument for Pool.get() 2021-09-08 13:11:38 +03:00
PoolFactory.cpp fix special build 2021-09-12 02:49:31 +03:00
PoolFactory.h
PoolWithFailover.cpp Introduce connection_no_wait setting for MySQL engine. 2021-09-02 22:23:37 +03:00
PoolWithFailover.h Introduce connection_no_wait setting for MySQL engine. 2021-09-02 22:23:37 +03:00
Query.cpp Update Query.cpp 2021-09-18 15:46:48 +03:00
Query.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
ResultBase.cpp
ResultBase.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
Row.cpp
Row.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
Transaction.h
Types.h
UseQueryResult.cpp
UseQueryResult.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
Value.cpp
Value.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
ya.make METR-41529 2021-06-21 22:31:42 +03:00
ya.make.in METR-41529 2021-06-21 22:31:42 +03:00