diff --git a/doc/build/changelog/unreleased_20/11870.rst b/doc/build/changelog/unreleased_20/11870.rst index b3dc6c4729..17b54773ec 100644 --- a/doc/build/changelog/unreleased_20/11870.rst +++ b/doc/build/changelog/unreleased_20/11870.rst @@ -2,7 +2,7 @@ :tags: bug, mysql :tickets: 11870 - AddedFixed discepancy between mysqlclient and mariadbconnector where the + Fixed discepancy between mysqlclient and mariadbconnector where the latter didn't merge url query options with the other args preventing options like ``?unix_socket=/path/to/socket.sock"`` being passed to the driver that way. Pull request courtesy Tobias Alex-Petersen.