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
More test fixes
This commit is contained in:
@@ -45,7 +45,7 @@ static int test_conc_173(MYSQL *unused __attribute__((unused)))
|
||||
|
||||
mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg);
|
||||
|
||||
if(!mysql_real_connect(&mysql, hostname, username, password, schema, 0, 0, 0)) {
|
||||
if(!mysql_real_connect(&mysql, hostname, username, password, schema, port, 0, 0)) {
|
||||
fprintf(stderr, "Failed to connect to database after %d iterations: Error: %s\n", i, mysql_error(&mysql));
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user