Navigation Menu

Skip to content

Commit

Permalink
mariadb55: duplicate passed string parameter
Browse files Browse the repository at this point in the history
fixes #1314

Reported by Kazuhiko Shiozaki. Thanks!!!
  • Loading branch information
kou committed Mar 20, 2012
1 parent 459bc32 commit a8d6b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ha_mroonga.h
Expand Up @@ -98,6 +98,7 @@ extern "C" {
#endif

#if (MYSQL_VERSION_ID < 50519) || \
defined(MRN_MARIADB_P) || \
(50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID < 50604)
# define MRN_NEED_FREE_STRING_MEMALLOC_PLUGIN_VAR
#endif
Expand Down

0 comments on commit a8d6b0e

Please sign in to comment.