Skip to content

Commit

Permalink
MDEV-29613 fixup: Mroonga -Wunused-function
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 7, 2022
1 parent 37a86b9 commit 9fd9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/mroonga/ha_mroonga.cpp
Expand Up @@ -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>";
Expand Down

0 comments on commit 9fd9186

Please sign in to comment.