Navigation Menu

Skip to content

Commit

Permalink
mysql: fix wrong API wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 16, 2015
1 parent ff1b082 commit 2e2b233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -69,7 +69,7 @@
init_alloc_root(mrn_memory_key, PTR, SZ1, SZ2)
#else
# define mrn_init_alloc_root(PTR, SZ1, SZ2, FLAG) \
init_alloc_root(PTR, SZ1, SZ2, FLAG)
init_alloc_root(PTR, SZ1, SZ2)
#endif

#if MYSQL_VERSION_ID < 100002 || !defined(MRN_MARIADB_P)
Expand Down

0 comments on commit 2e2b233

Please sign in to comment.