Navigation Menu

Skip to content

Commit

Permalink
mariadb 10.0: fix compile error on Debian jessie
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 28, 2017
1 parent e6ffd00 commit 2f84caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrn_mysql_compat.h
Expand Up @@ -363,6 +363,7 @@
#if defined(MRN_MARIADB_P) && \
((MYSQL_VERSION_ID >= 100207) || \
((MYSQL_VERSION_ID >= 100126) && (MYSQL_VERSION_ID < 100200)) || \
((MYSQL_VERSION_ID >= 100032) && (MYSQL_VERSION_ID < 100100)) || \
((MYSQL_VERSION_ID >= 50557) && (MYSQL_VERSION_ID < 100000)))
# define mrn_create_partition_name(out, \
out_length, \
Expand Down

0 comments on commit 2f84caf

Please sign in to comment.