[Groonga-mysql-commit] mroonga/mroonga at 2784098 [master] Really fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 13:11:01 JST 2018


Kouhei Sutou	2018-07-09 13:11:01 +0900 (Mon, 09 Jul 2018)

  New Revision: 2784098ef6df3ef7d41839d197cf5a51957583ca
  https://github.com/mroonga/mroonga/commit/2784098ef6df3ef7d41839d197cf5a51957583ca

  Message:
    Really fix a typo...

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2018-07-09 13:09:57 +0900 (a39e71ae)
+++ mrn_mysql_compat.h    2018-07-09 13:11:01 +0900 (7a104900)
@@ -689,5 +689,5 @@
 #if MYSQL_VERSION_ID >= 80011 && !defined(MRN_MARIADB_P)
   typedef Foreign_key_spec mrn_foreign_key_spec;
 #else
-  typedef Foreign_Key mrn_foreign_key_spec;
+  typedef Foreign_key mrn_foreign_key_spec;
 #endif
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/3afe5d6f/attachment.htm 



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