Skip to content
Permalink
Browse files
MDEV-29613 fixup: Mroonga -Wunused-function
  • Loading branch information
dr-m committed Oct 7, 2022
1 parent 37a86b9 commit 9fd9186
Showing 1 changed file with 1 addition and 1 deletion.
@@ -335,7 +335,7 @@ static int mrn_change_encoding(grn_ctx *ctx, const CHARSET_INFO *charset)
return mrn::encoding::set(ctx, charset);
}

#if !defined(DBUG_OFF) && !defined(_lint)
#if defined DBUG_TRACE && !defined(_lint)
static const char *mrn_inspect_thr_lock_type(enum thr_lock_type lock_type)
{
const char *inspected = "<unknown>";

0 comments on commit 9fd9186

Please sign in to comment.