[Groonga-mysql-commit] mroonga/mroonga at 7451b9e [master] mysql8: include mysqld.h explicitly

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jul 9 17:38:01 JST 2018


Kouhei Sutou	2018-07-09 17:38:01 +0900 (Mon, 09 Jul 2018)

  New Revision: 7451b9e03f07d1c13c0f051357e6596a4e3ffe2e
  https://github.com/mroonga/mroonga/commit/7451b9e03f07d1c13c0f051357e6596a4e3ffe2e

  Message:
    mysql8: include mysqld.h explicitly

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+1 -0)
===================================================================
--- mrn_table.cpp    2018-07-09 17:22:58 +0900 (0926c459)
+++ mrn_table.cpp    2018-07-09 17:38:01 +0900 (819bd295)
@@ -32,6 +32,7 @@
 #include <sql_plugin.h>
 #include <sql/field.h>
 #include <sql/table.h>
+#include <mysqld.h>
 
 #include "mrn_err.h"
 #include "mrn_mysql_compat.h"
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/c6871cc2/attachment.htm 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る