ClickHouse/base/mysqlxx
Yatsishin Ilya a47ffd191d Change my_bool to bool.
The my_bool type no longer exists, and people may have been using it in their own code since some mysql.h functions have been returning that. The recommended fix is to use bool or int, which will work both in 8.0 and older versions.

https://bugs.mysql.com/bug.php?id=85131
2020-08-28 11:59:50 +03:00
..
tests
CMakeLists.txt unbundled: fix detection of mariadb headers 2020-08-25 20:16:42 +03:00
Connection.cpp Change my_bool to bool. 2020-08-28 11:59:50 +03:00
Connection.h
Exception.cpp
Exception.h
mysqlxx.h Fix typos, the last 1% 2020-08-08 04:21:04 +03:00
Null.h
Pool.cpp
Pool.h
PoolFactory.cpp
PoolFactory.h
PoolWithFailover.cpp
PoolWithFailover.h
Query.cpp
Query.h
ResultBase.cpp
ResultBase.h
Row.cpp
Row.h
StoreQueryResult.cpp
StoreQueryResult.h
Transaction.h
Types.h
UseQueryResult.cpp
UseQueryResult.h
Value.cpp
Value.h