[Groonga-mysql-commit] mroonga/mroonga at daa9f32 [master] mysql80: probes_mysql.h is removed

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 20 23:29:45 JST 2017


Kouhei Sutou	2017-07-20 23:29:45 +0900 (Thu, 20 Jul 2017)

  New Revision: daa9f320c82d4fc2911c2fb8e4a2ffe365d32dbf
  https://github.com/mroonga/mroonga/commit/daa9f320c82d4fc2911c2fb8e4a2ffe365d32dbf

  Message:
    mysql80: probes_mysql.h is removed

  Modified files:
    mrn_mysql.h

  Modified: mrn_mysql.h (+3 -1)
===================================================================
--- mrn_mysql.h    2017-07-20 23:28:19 +0900 (73d002e)
+++ mrn_mysql.h    2017-07-20 23:29:45 +0900 (086d1ea)
@@ -49,7 +49,9 @@
 
 #include <sql_const.h>
 #include <sql_class.h>
-#include <probes_mysql.h>
+#if (!defined(MRN_MARIADB_P) && MYSQL_VERSION_ID < 80002)
+#  include <probes_mysql.h>
+#endif
 #include <sql_partition.h>
 #include <rpl_filter.h>
 
-------------- next part --------------
HTML����������������������������...
Download 



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