[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix a typo.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:33:37 JST 2012


Kouhei Sutou	2011-12-21 14:52:23 +0900 (Wed, 21 Dec 2011)

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

  Log:
    fix a typo.

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2011-12-21 14:36:05 +0900 (d38e66c)
+++ mrn_mysql_compat.h    2011-12-21 14:52:23 +0900 (01b86d0)
@@ -49,7 +49,7 @@
 #endif
 
 #if (defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 50302)
-  typedef Cost_estimate COND_VECT;
+  typedef COST_VECT Cost_estimate;
 #endif
 
 #if MYSQL_VERSION_ID >= 50516
-------------- next part --------------
HTML����������������������������...
Télécharger 



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