Search code examples
c++clibmysqlmysql

What is difference between libmysqlclient.a and libmysqlclient_r.a?


Which should I use to link for mysqlclient library? What is the difference between them? I can't seem to find the answer. Thanks.


Solution

  • libmysqlclient_r.a is thread-safe