use libmysqlclient_r to ensure thread safety

According to
<http://dev.mysql.com/doc/refman/5.5/en/c-api-threaded-clients.html>,
(potentially) threaded clients should use the reentrant
libmysqlclient_r.  This is just a precaution, I haven't seen any
issues with the normal libmysqlclient.

Change-Id: Icb29df6dd54eb666e3b43b73fbda406acccd11cb
This commit is contained in:
Horst Schirmeier
2014-01-16 14:46:36 +01:00
parent 8f9ee3fddd
commit 84aac60a70
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ else(MYSQL_CONFIG)
/usr/local/mysql/include/mysql
/usr/include
/usr/include/mysql
#find_library(mysqlclient ...
#find_library(mysqlclient_r ...
# PATHS
# ${MYSQL_ADD_LIBRARY_PATH}
# /usr/lib/mysql