[Groonga-mysql-commit] mroonga/mroonga at f7ee312 [master] Fix inverted condition

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 21 23:13:58 JST 2015


Kouhei Sutou	2015-03-21 23:13:58 +0900 (Sat, 21 Mar 2015)

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

  Message:
    Fix inverted condition

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+2 -2)
===================================================================
--- mrn_mysql_compat.h    2015-03-21 23:13:12 +0900 (f2c6bc5)
+++ mrn_mysql_compat.h    2015-03-21 23:13:58 +0900 (00d288c)
@@ -217,9 +217,9 @@
 #endif
 
 #if MYSQL_VERSION_ID >= 50706 && !defined(MRN_MARIADB_P)
-#  define MRN_FORMAT_STRING_LENGTH "u"
-#else
 #  define MRN_FORMAT_STRING_LENGTH "zu"
+#else
+#  define MRN_FORMAT_STRING_LENGTH "u"
 #endif
 
 #endif /* MRN_MYSQL_COMPAT_H_ */
-------------- next part --------------
HTML����������������������������...
Download 



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