You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Merge branch '3.1' into 3.3
This commit is contained in:
@@ -73,6 +73,13 @@ if (IS_SKYSQL(hostname)) \
|
||||
#define SKIP_NOTLS
|
||||
#endif
|
||||
|
||||
#define SKIP_TLS \
|
||||
if (force_tls)\
|
||||
{\
|
||||
diag("Test doesn't work with TLS");\
|
||||
return SKIP;\
|
||||
}
|
||||
|
||||
MYSQL *mysql_default = NULL; /* default connection */
|
||||
|
||||
#define IS_MAXSCALE()\
|
||||
|
Reference in New Issue
Block a user