Navigation Menu

Skip to content

Commit

Permalink
mysql57: include partition_info.h explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 17, 2015
1 parent e9370e7 commit 2fda101
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mrn_table.cpp
Expand Up @@ -24,6 +24,10 @@
# include <sql_servers.h>
# include <sql_base.h>
#endif
#ifdef WITH_PARTITION_STORAGE_ENGINE
# include <partition_info.h>
#endif

#include "mrn_err.h"
#include "mrn_table.hpp"
#include "mrn_mysql_compat.h"
Expand Down

0 comments on commit 2fda101

Please sign in to comment.