We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66971e commit 65da81bCopy full SHA for 65da81b
setup_posix.py
@@ -69,7 +69,7 @@ def get_config():
69
# properly handle mysql client libraries that are not called libmysqlclient
70
client = None
71
CLIENT_LIST = ['mysqlclient', 'mysqlclient_r', 'mysqld', 'mariadb',
72
- 'perconaserverclient', 'perconaserverclient_r']
+ 'mariadbclient', 'perconaserverclient', 'perconaserverclient_r']
73
for c in CLIENT_LIST:
74
if c in libraries:
75
client = c
0 commit comments