[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] function -> method.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:04:10 JST 2012


Kouhei Sutou	2012-02-10 11:04:01 +0900 (Fri, 10 Feb 2012)

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

  Log:
    function -> method.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-02-10 10:58:20 +0900 (a5fb935)
+++ ha_mroonga.cc    2012-02-10 11:04:01 +0900 (770467e)
@@ -6878,7 +6878,7 @@ int ha_mroonga::generic_geo_open_cursor(const uchar *key,
 
 bool ha_mroonga::is_enable_optimization()
 {
-  MRN_DBUG_ENTER_FUNCTION();
+  MRN_DBUG_ENTER_METHOD();
   bool enable_optimization_p = THDVAR(ha_thd(), enable_optimization);
   DBUG_RETURN(enable_optimization_p);
 }
-------------- next part --------------
HTML����������������������������...
下載 



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