Skip to content

Commit 893c041

Browse files
author
zhengshuxin
committed
Test mysql-5.5.8 with mysql-9.5.0's headers.
1 parent 3686411 commit 893c041

File tree

1 file changed

+1
-1
lines changed
  • lib_acl_cpp/samples/db/mysql_query

1 file changed

+1
-1
lines changed

lib_acl_cpp/samples/db/mysql_query/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ int main(void)
265265
#elif defined(__APPLE__)
266266
const char* libname = "libmysqlclient.dylib";
267267
#else
268-
const char* libname = "libmysqlclient_r.so";
268+
const char* libname = "libmysqlclient.so";
269269
#endif
270270

271271
acl::string path;

0 commit comments

Comments
 (0)