[Groonga-mysql-commit] mroonga/mroonga at 4648865 [master] mysql8: include headers explicitly

Back to archive index
Kouhei Sutou null+****@clear*****
Sat May 18 23:00:14 JST 2019


Kouhei Sutou	2019-05-18 23:00:14 +0900 (Sat, 18 May 2019)

  Revision: 4648865ea4c7cf23dffefe5eee34025b13b958ec
  https://github.com/mroonga/mroonga/commit/4648865ea4c7cf23dffefe5eee34025b13b958ec

  Message:
    mysql8: include headers explicitly

  Modified files:
    ha_mroonga.cpp
    lib/mrn_value_decoder.cpp

  Modified: ha_mroonga.cpp (+3 -0)
===================================================================
--- ha_mroonga.cpp    2019-05-18 22:59:50 +0900 (b5e5a3fa)
+++ ha_mroonga.cpp    2019-05-18 23:00:14 +0900 (629b2a33)
@@ -47,6 +47,9 @@
 #include <mysql.h>
 #include <mysql/plugin.h>
 
+#include <my_byteorder.h>
+#include <myisampack.h>
+
 #ifdef MRN_HAVE_MYSQL_PSI_MYSQL_MEMORY_H
 #  include <mysql/psi/mysql_memory.h>
 #endif

  Modified: lib/mrn_value_decoder.cpp (+3 -1)
===================================================================
--- lib/mrn_value_decoder.cpp    2019-05-18 22:59:50 +0900 (c01b0171)
+++ lib/mrn_value_decoder.cpp    2019-05-18 23:00:14 +0900 (65c160f2)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2015 Kouhei Sutou <kou****@clear*****>
+  Copyright(C) 2015-2019 Kouhei Sutou <kou****@clear*****>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -19,6 +19,8 @@
 
 #include "mrn_value_decoder.hpp"
 
+#include <my_byteorder.h>
+
 #if MYSQL_VERSION_ID >= 50706 && !defined(MRN_MARIADB_P)
 #  define MRN_DEST_IS_POINTER
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190518/13304575/attachment-0001.html>


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