[Groonga-mysql-commit] mroonga/mroonga at 30bd830 [master] Define MRN_MARIADB_P as soon as possible

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 20 23:28:19 JST 2017


Kouhei Sutou	2017-07-20 23:28:19 +0900 (Thu, 20 Jul 2017)

  New Revision: 30bd830e0751dc53ae551074eda6e369fa0d59d9
  https://github.com/mroonga/mroonga/commit/30bd830e0751dc53ae551074eda6e369fa0d59d9

  Message:
    Define MRN_MARIADB_P as soon as possible

  Modified files:
    mrn_mysql.h

  Modified: mrn_mysql.h (+4 -4)
===================================================================
--- mrn_mysql.h    2017-07-20 23:27:42 +0900 (051adc3)
+++ mrn_mysql.h    2017-07-20 23:28:19 +0900 (73d002e)
@@ -43,16 +43,16 @@
 #define MYSQL_SERVER 1
 #include <mysql_version.h>
 
+#ifdef MARIADB_BASE_VERSION
+#  define MRN_MARIADB_P 1
+#endif
+
 #include <sql_const.h>
 #include <sql_class.h>
 #include <probes_mysql.h>
 #include <sql_partition.h>
 #include <rpl_filter.h>
 
-#ifdef MARIADB_BASE_VERSION
-#  define MRN_MARIADB_P 1
-#endif
-
 #define MRN_MESSAGE_BUFFER_SIZE 1024
 
 #define MRN_DBUG_ENTER_FUNCTION() DBUG_ENTER(__FUNCTION__)
-------------- next part --------------
HTML����������������������������...
Download 



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