[Groonga-mysql-commit] mroonga/mroonga at 469324d [master] mysql8.0: include table.h explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 29 15:34:55 JST 2018


Kouhei Sutou	2018-04-29 15:34:55 +0900 (Sun, 29 Apr 2018)

  New Revision: 469324d1d023d631ee362282cf358c7435035336
  https://github.com/mroonga/mroonga/commit/469324d1d023d631ee362282cf358c7435035336

  Message:
    mysql8.0: include table.h explicitly

  Modified files:
    lib/mrn_debug_column_access.cpp
    lib/mrn_debug_column_access.hpp

  Modified: lib/mrn_debug_column_access.cpp (+2 -1)
===================================================================
--- lib/mrn_debug_column_access.cpp    2018-04-29 15:33:44 +0900 (ed7cacae)
+++ lib/mrn_debug_column_access.cpp    2018-04-29 15:34:55 +0900 (8df3ec59)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2012 Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2012-2018 Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,7 @@
 */
 
 #include "mrn_debug_column_access.hpp"
+#include <table.h>
 
 namespace mrn {
   DebugColumnAccess::DebugColumnAccess(TABLE *table, MY_BITMAP *bitmap)

  Modified: lib/mrn_debug_column_access.hpp (+1 -1)
===================================================================
--- lib/mrn_debug_column_access.hpp    2018-04-29 15:33:44 +0900 (24de7820)
+++ lib/mrn_debug_column_access.hpp    2018-04-29 15:34:55 +0900 (eb68c48a)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2012 Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2012-2018 Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/46c4a41d/attachment-0001.htm 



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