Navigation Menu

Skip to content

Commit

Permalink
mariadb5.5: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 17, 2015
1 parent 97f85d7 commit 9eccf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -219,7 +219,7 @@
# define MRN_SUPPORT_CUSTOM_OPTIONS
#endif

#ifdef MRN_MARIADB_P
#if defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000
# if MYSQL_VERSION_ID >= 100104
# define mrn_init_sql_alloc(thd, mem_root) \
init_sql_alloc(mem_root, \
Expand Down

0 comments on commit 9eccf8b

Please sign in to comment.