You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Test fixes:
- For reconnection/and multi host tests specify also socket location, since mtr doesn't use default socket for localhost connections - parse_connection_string now returns NULL for empty password in curly braces
This commit is contained in:
@@ -841,6 +841,7 @@ static int parse_connection_string(MYSQL *mysql, const char *unused __attribute_
|
||||
{
|
||||
pos++;
|
||||
val= pos;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user