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
consistent-hashing-sumbur
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
libloggers
libmemcpy
libmysqlxx MySQL 8 integration requires previous declaration checks 2019-08-20 09:48:50 -03:00
libwidechar_width
CMakeLists.txt