1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00
This commit is contained in:
Georg Richter
2022-05-19 16:40:21 +02:00

View File

@@ -18,6 +18,9 @@ int main(int argc, char *argv[]) {
if (IS_SKYSQL(hostname)) if (IS_SKYSQL(hostname))
return 0; return 0;
if (IS_XPAND())
SKIP_XPAND;
diag("hostname: %s", hostname); diag("hostname: %s", hostname);
for (i = 0; i < MAX_COUNT; ++i) { for (i = 0; i < MAX_COUNT; ++i) {