Navigation Menu

Skip to content

Commit

Permalink
mysql5.5: add workaround for GCC 4.7 and MySQL 5.5.22
Browse files Browse the repository at this point in the history
MySQL 5.5.22 uses deprecated MYSQL::generate_name style in class
definition.

fixes #1337

Reported by Kazuhiko Shiozaki. Thanks!!!
  • Loading branch information
kou committed Apr 11, 2012
1 parent 33189d0 commit 44bf384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -74,6 +74,9 @@ if test "$GCC" = "yes"; then
CHECK_BUILD_FLAG([-Wextra])
CHECK_BUILD_FLAG([-Wno-unused-parameter])
CHECK_BUILD_FLAG([-Wno-strict-aliasing])
# REMOVEME: workaround for MySQL/MariaDB 5.5.22 :<
# They uses deprecated MYSQL::generate_name style in class definition.

This comment has been minimized.

Copy link
@ryoqun

ryoqun Apr 11, 2012

I think "They uses" should be corrected to "They use" from a grammatical standpoint.

This comment has been minimized.

Copy link
@kou

kou Apr 14, 2012

Author Member

Thanks!
I've fixed it.

CHECK_BUILD_FLAG([-Wno-deprecated])
fi

standalone_build=
Expand Down

0 comments on commit 44bf384

Please sign in to comment.