mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
17a7cb8735
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> |
||
---|---|---|
.. | ||
Connection.h | ||
Exception.h | ||
mysqlxx.h | ||
Null.h | ||
Pool.h | ||
PoolWithFailover.h | ||
Query.h | ||
ResultBase.h | ||
Row.h | ||
StoreQueryResult.h | ||
Transaction.h | ||
Types.h | ||
UseQueryResult.h | ||
Value.h |