Navigation Menu

Skip to content

Commit

Permalink
Use libmysqlservice.a on MySQL 5.5 too
Browse files Browse the repository at this point in the history
Because thd_alloc() uses thd_alloc_service that is defined in
libmysqlservice.a.
  • Loading branch information
kou committed Nov 21, 2013
1 parent 7aae107 commit 3861393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -181,7 +181,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
MYSQL_MAJOR_MINOR_VERSION=["$(echo $MYSQL_VERSION | sed -e 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*[a-z]*\)$/\1.\2/')"]
case "$MYSQL_MAJOR_MINOR_VERSION" in
5.1|5.5)
5.1)
MYSQL_LIBS=""
;;
*)
Expand Down

0 comments on commit 3861393

Please sign in to comment.