1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge branch '3.3' into 3.4

This commit is contained in:
Georg Richter
2024-12-21 08:10:04 +01:00
4 changed files with 5 additions and 8 deletions

View File

@@ -914,10 +914,7 @@ static int parse_connection_string(MYSQL *mysql, const char *unused __attribute_
pos += 2;
continue;
}
if (in_curly_brace)
in_curly_brace= 0;
else
goto error;
in_curly_brace= 0;
*pos++= 0;
continue;
}