Eric Webster

Results 2 issues of Eric Webster

Don't include my_config.h, as that's for servers and not client libraries See: https://jira.mariadb.org/browse/MDEV-13663 Then update the one piece of code that was using this: https://jira.mariadb.org/browse/MDEV-12950 https://github.com/PyMySQL/mysqlclient-python/pull/177/commits/d663649f851794dffa84010db6290e693d4baab8

If the first character of the host name is '/' then use unix_socket instead of host. Mostly to allow connections to multiple instances on a system where there may or...