ClickHouse/libs
Rafael David Tinoco 17a7cb8735 MySQL 8 integration requires previous declaration checks
C and C++ differ in the form of types being defined. While C++ structs
are defined also as new types, in C you have to explicitly typedef the
struct to have a new type.

Fir this case, it was enough to check if MySQL header was already
defined in order not to re-declare MYSQL, MYSQL_RES, MYSQL_ROW and
MYSQL_FIELD.

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
2019-08-20 09:48:50 -03:00
..
consistent-hashing Fixed FPE in yandexConsistentHash 2019-08-03 01:40:28 +03:00
consistent-hashing-sumbur split libconsistent-hashing 2018-08-30 21:44:46 +03:00
libcommon Implement support for insertion into Kafka tables (#6012) 2019-08-20 14:17:57 +03:00
libdaemon Write symbolized stack trace on failure one line at a time and uncached 2019-08-18 01:39:26 +03:00
libglibc-compatibility Fixed glibc compatibility 2019-08-01 06:20:54 +03:00
libloggers better 2019-08-12 18:28:28 +03:00
libmemcpy Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091) 2019-04-24 12:06:28 +03:00
libmysqlxx MySQL 8 integration requires previous declaration checks 2019-08-20 09:48:50 -03:00
libwidechar_width Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
CMakeLists.txt Use logging in clickhouse-local. Use config options in command line in clickhouse-client (#5540) 2019-06-14 17:00:37 +03:00