Navigation Menu

Skip to content

Commit

Permalink
[mysql51] re-support store_time().
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 1, 2012
1 parent aaf4939 commit e6080db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -114,7 +114,7 @@ extern "C" {
# define MRN_TIMESTAMP_USE_LONG
#endif

#if 50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50604
#if MYSQL_VERSION_ID < 50600 && !defined(MRN_MARIADB_P)
# define MRN_FIELD_STORE_TIME_NEED_TYPE
#endif

Expand Down

0 comments on commit e6080db

Please sign in to comment.