[Groonga-mysql-commit] mroonga/mroonga [master] Use MRN_DBUG_ENTER_FUNCTION() convenience macro

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 15 23:10:05 JST 2013


Kouhei Sutou	2013-04-15 23:10:05 +0900 (Mon, 15 Apr 2013)

  New Revision: 02468df5308812448cbfa9b544d430c630431bed
  https://github.com/mroonga/mroonga/commit/02468df5308812448cbfa9b544d430c630431bed

  Message:
    Use MRN_DBUG_ENTER_FUNCTION() convenience macro

  Modified files:
    lib/mrn_string.cpp

  Modified: lib/mrn_string.cpp (+1 -1)
===================================================================
--- lib/mrn_string.cpp    2013-04-15 23:08:54 +0900 (fc24a44)
+++ lib/mrn_string.cpp    2013-04-15 23:10:05 +0900 (e6750b9)
@@ -24,7 +24,7 @@ namespace mrn {
   namespace string {
     char *strndup(const char *string, uint length) {
       char *res;
-      DBUG_ENTER("mrn::string::strndup");
+      MRN_DBUG_ENTER_FUNCTION();
       if (!(res = (char*) my_malloc(length + 1, MYF(MY_WME))))
         DBUG_RETURN(NULL);
       memcpy(res, string, length);
-------------- next part --------------
HTML����������������������������...
Download 



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