Navigation Menu

Skip to content

Commit

Permalink
don't use MYSQL51 macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2011
1 parent 81db4ab commit 83a760b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrn_table.cc
Expand Up @@ -32,10 +32,10 @@
#define MYSQL_SERVER 1
#include "mysql_version.h"

#ifdef MYSQL51
#if MYSQL_VERSION_ID < 50500
# include <mysql_priv.h>
# include <mysql/plugin.h>
#else /* MYSQL51 */
#else
# include <sql_priv.h>
# include <sql_class.h>
# include <probes_mysql.h>
Expand Down

0 comments on commit 83a760b

Please sign in to comment.