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.3' of https://github.com/mariadb-corporation/mariadb-connector-c into 3.3
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user