Navigation Menu

Skip to content

Commit

Permalink
[mysql51] define fallback MY_ALL_CHARSETS_SIZE value.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 28, 2011
1 parent 74e448a commit ec2d14e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mrn_mysql_compat.h
Expand Up @@ -56,6 +56,11 @@
# define MRN_PLUGIN_HAVE_FLAGS 1
#endif

// for MySQL < 5.5
#ifndef MY_ALL_CHARSETS_SIZE
# define MY_ALL_CHARSETS_SIZE 256
#endif

#ifndef MRN_MARIADB_P
typedef char *range_id_t;
#endif
Expand Down

0 comments on commit ec2d14e

Please sign in to comment.