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

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 21日 (水) 14:52:23 JST


Kouhei Sutou	2011-12-21 05:52:23 +0000 (Wed, 21 Dec 2011)

  New Revision: 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 05:36:05 +0000 (d38e66c)
+++ mrn_mysql_compat.h    2011-12-21 05:52:23 +0000 (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




Groonga-mysql-commit メーリングリストの案内
Back to archive index