Navigation Menu

Skip to content

Commit

Permalink
mariadb 10.1.26: support
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2017
1 parent c740362 commit 1a91008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrn_mysql_compat.h
Expand Up @@ -362,6 +362,7 @@

#if defined(MRN_MARIADB_P) && \
((MYSQL_VERSION_ID >= 100207) || \
((MYSQL_VERSION_ID >= 100126) && (MYSQL_VERSION_ID < 100200)) || \
((MYSQL_VERSION_ID >= 50557) && (MYSQL_VERSION_ID < 100000)))
# define mrn_create_partition_name(out, \
out_length, \
Expand Down

0 comments on commit 1a91008

Please sign in to comment.