Navigation Menu

Skip to content

Commit

Permalink
key.h is just needed for MySQL >= 5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2011
1 parent 614ff54 commit fcf2648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -48,10 +48,10 @@
#include <sql_plugin.h>
#include <sql_show.h>
#include "sql_partition.h"
#include <key.h>
#endif
#include <sql_select.h>
#include <ft_global.h>
#include <key.h>
#include <mysql.h>
#include <pthread.h>
#include <sys/types.h>
Expand Down

0 comments on commit fcf2648

Please sign in to comment.