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 Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
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 Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
Exception.cpp Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
Exception.h Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
mysqlxx.h Fix typos, the last 1% 2020-08-08 04:21:04 +03:00
Null.h Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
Pool.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
Pool.h Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
PoolFactory.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
PoolFactory.h Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
PoolWithFailover.cpp Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
PoolWithFailover.h Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
Query.cpp Better code 2020-05-10 02:31:44 +03:00
Query.h Better code 2020-05-10 02:31:44 +03:00
ResultBase.cpp Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
ResultBase.h Better code 2020-05-10 02:31:44 +03:00
Row.cpp Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
Row.h Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
StoreQueryResult.cpp Better code 2020-05-10 02:33:11 +03:00
StoreQueryResult.h Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
Transaction.h Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
Types.h Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
UseQueryResult.cpp Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
UseQueryResult.h Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
Value.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
Value.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00