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 3686411 commit 893c041Copy full SHA for 893c041
lib_acl_cpp/samples/db/mysql_query/main.cpp
@@ -265,7 +265,7 @@ int main(void)
265
#elif defined(__APPLE__)
266
const char* libname = "libmysqlclient.dylib";
267
#else
268
- const char* libname = "libmysqlclient_r.so";
+ const char* libname = "libmysqlclient.so";
269
#endif
270
271
acl::string path;
0 commit comments