1
0
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:
Georg Richter
2022-01-04 10:37:12 +01:00
parent dae2d119a2
commit 141fb0d5fa
2 changed files with 9 additions and 8 deletions

View File

@@ -841,6 +841,7 @@ static int parse_connection_string(MYSQL *mysql, const char *unused __attribute_
{
pos++;
val= pos;
continue;
}
}
break;