Navigation Menu

Skip to content

Commit

Permalink
mariadb10: fix not to define MRN_HAVE_SQL_OPTIMIZER_H for MariaDB 10.0
Browse files Browse the repository at this point in the history
MariaDB 10.0 does not contain sql_optimizer.h
  • Loading branch information
kenhys committed Nov 20, 2012
1 parent 17624dd commit 5f10bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mrn_mysql.h
Expand Up @@ -59,7 +59,9 @@
#endif

#if MYSQL_VERSION_ID >= 50607
# define MRN_HAVE_SQL_OPTIMIZER_H
# if !defined(MRN_MARIADB_P)
# define MRN_HAVE_SQL_OPTIMIZER_H
# endif
#endif

#define MRN_MESSAGE_BUFFER_SIZE 1024
Expand Down

0 comments on commit 5f10bc1

Please sign in to comment.