You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG24948344 and BUG24948458: Fix parsing unix socket from the connection URI
This patch fixes parsing of socket from the Connection URI. The following
formats are tested and work correctly with this patch:
mysqlx://user:pass@(/path/to/sock)/schema
mysqlx://user:pass@/path%2Fto%2Fsock/schema
mysqlx://user:pass@.%2Fpath%2Fto%2Fsock/schema
mysqlx://user:pass@..%2Fpath%2Fto%2Fsock/schema
Tests have been added for regression.
0 commit comments