[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Use MRN_DBUG_ENTER_METHOD

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:07 JST 2012


Kouhei Sutou	2012-04-10 16:34:28 +0900 (Tue, 10 Apr 2012)

  New Revision: 75dc541d5c196d300cdc63d51efe3636994c41c2
  https://github.com/mroonga/mroonga/commit/75dc541d5c196d300cdc63d51efe3636994c41c2

  Log:
    Use MRN_DBUG_ENTER_METHOD

  Modified files:
    lib/mrn_index_table_name.cpp

  Modified: lib/mrn_index_table_name.cpp (+1 -1)
===================================================================
--- lib/mrn_index_table_name.cpp    2012-04-10 16:32:57 +0900 (c6417aa)
+++ lib/mrn_index_table_name.cpp    2012-04-10 16:34:28 +0900 (677adf3)
@@ -45,12 +45,12 @@ namespace mrn {
   }
 
   uint IndexTableName::encode(char *buf_st, char *buf_ed, const char *st, const char *ed) {
+    MRN_DBUG_ENTER_METHOD();
     int res1, res2;
     char *buf = buf_st;
     my_wc_t wc;
     my_charset_conv_mb_wc mb_wc = system_charset_info->cset->mb_wc;
     my_charset_conv_wc_mb wc_mb = my_charset_filename.cset->wc_mb;
-    DBUG_ENTER("mrn_encode");
     DBUG_PRINT("info", ("mroonga: in=%s", st));
     buf_ed--;
     for (; st < ed && buf < buf_ed; st += res1, buf += res2)
-------------- next part --------------
HTML����������������������������...
Download 



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