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
Showing
- cmake/FindMySQL.cmake 1 addition, 1 deletioncmake/FindMySQL.cmake
- src/experiments/cored-voter/CMakeLists.txt 1 addition, 1 deletionsrc/experiments/cored-voter/CMakeLists.txt
- src/experiments/l4-sys/CMakeLists.txt 1 addition, 1 deletionsrc/experiments/l4-sys/CMakeLists.txt
- src/experiments/weather-monitor/CMakeLists.txt 1 addition, 1 deletionsrc/experiments/weather-monitor/CMakeLists.txt
Please register or sign in to comment