[Groonga-mysql-commit] mroonga/mroonga at 6b55007 [master] Fix a typo (#240)

Back to archive index
Kentaro Hayashi null+****@clear*****
Wed May 29 15:02:32 JST 2019


Kentaro Hayashi	2019-05-29 15:02:32 +0900 (Wed, 29 May 2019)

  Revision: 6b55007b4f25fc3c748b3fcd46043ef01e2bbbfc
  https://github.com/mroonga/mroonga/commit/6b55007b4f25fc3c748b3fcd46043ef01e2bbbfc

  Message:
    Fix a typo (#240)

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2019-05-29 14:03:15 +0900 (853ebebc)
+++ mrn_mysql_compat.h    2019-05-29 15:02:32 +0900 (2b0db56a)
@@ -372,7 +372,7 @@ typedef HASH mrn_table_def_cache_type;
 #  define MRN_HAVE_SQL_DERROR_H
 #endif
 
-#if defined(MRN_MYSQL_P) ||                                     \
+#if !defined(MRN_MARIADB_P) ||                                     \
   (defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000)
 #  define MRN_HAVE_MY_BYTEORDER_H
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190529/67b43593/attachment.html>


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