Navigation Menu

Skip to content

Commit

Permalink
Fix macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 21, 2015
1 parent f7ee312 commit c3a4c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -61,7 +61,7 @@
# define KEY_N_KEY_PARTS(key) (key)->key_parts
#endif

#if defined(MRN_MARIADB_P) && MYSQL_VERSION >= 100000
#if defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000
# define mrn_init_alloc_root(PTR, SZ1, SZ2, FLAG) \
init_alloc_root(PTR, SZ1, SZ2, FLAG)
#elif MYSQL_VERSION_ID >= 50706
Expand Down

0 comments on commit c3a4c99

Please sign in to comment.