Navigation Menu

Skip to content

Commit

Permalink
Remove code for MySQL < 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2015
1 parent 55066f9 commit b1900de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mrn_mysql.h
Expand Up @@ -43,15 +43,10 @@
#define MYSQL_SERVER 1
#include <mysql_version.h>

#if MYSQL_VERSION_ID < 50500
# include <mysql_priv.h>
# include <mysql/plugin.h>
#else
# include <sql_const.h>
# include <sql_class.h>
# include <probes_mysql.h>
# include <sql_partition.h>
#endif
#include <rpl_filter.h>

#ifdef MARIADB_BASE_VERSION
Expand Down

0 comments on commit b1900de

Please sign in to comment.