1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Update server test suite

This commit is contained in:
rusher
2023-08-30 09:52:22 +02:00
parent 209b23a38c
commit dd927bd171
4 changed files with 20 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
# define TRUE 1
#endif
#define IS_SKYSQL(a) ((a) && strstr((a), "db.skysql.net"))
#define IS_SKYSQL(a) ((a) && strstr((a), "skysql.mariadb.com"))
#define SKIP_SKYSQL \
if (IS_SKYSQL(hostname)) \
{ \