Navigation Menu

Skip to content

Commit

Permalink
Use MRN_DBUG_ENTER_METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent d6c9ad1 commit 75dc541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrn_index_table_name.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 75dc541

Please sign in to comment.