Navigation Menu

Skip to content

Commit

Permalink
mysql56: include sql_optimizer.h after sql_select.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 19, 2012
1 parent 1f4ff94 commit a2ec118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ha_mroonga.cpp
Expand Up @@ -31,11 +31,12 @@
# include <key.h>
#endif

#include <sql_select.h>

#ifdef MRN_HAVE_SQL_OPTIMIZER_H
# include <sql_optimizer.h>
#endif

#include <sql_select.h>
#include <ft_global.h>
#include <spatial.h>
#include <mysql.h>
Expand Down

0 comments on commit a2ec118

Please sign in to comment.