[Groonga-mysql-commit] mroonga/mroonga at 2fda101 [master] mysql57: include partition_info.h explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 21:53:38 JST 2015


Kouhei Sutou	2015-03-17 21:53:38 +0900 (Tue, 17 Mar 2015)

  New Revision: 2fda101edbbd1edaa9c9c8ff8524839e13654bca
  https://github.com/mroonga/mroonga/commit/2fda101edbbd1edaa9c9c8ff8524839e13654bca

  Message:
    mysql57: include partition_info.h explicitly

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+4 -0)
===================================================================
--- mrn_table.cpp    2015-03-17 21:52:09 +0900 (3cedf87)
+++ mrn_table.cpp    2015-03-17 21:53:38 +0900 (c8d428a)
@@ -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"
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index