[Groonga-mysql-commit] mroonga/mroonga at 530d048 [master] mysql: include handler.h explicitly

Back to archive index

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


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

  New Revision: 530d048de8cc3865271f294243ad79c08a43fd82
  https://github.com/mroonga/mroonga/commit/530d048de8cc3865271f294243ad79c08a43fd82

  Message:
    mysql: include handler.h explicitly
    
    Newer MySQL doesn't include it implicitly.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -0)
===================================================================
--- ha_mroonga.cpp    2018-04-29 15:12:51 +0900 (39b48525)
+++ ha_mroonga.cpp    2018-04-29 15:15:23 +0900 (5bddbee0)
@@ -42,6 +42,8 @@
 #  include <sql_optimizer.h>
 #endif
 
+#include <handler.h>
+
 #include <ft_global.h>
 #include <spatial.h>
 #include <mysql.h>
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/9aa50760/attachment.htm 



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