mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
MDEV-29613 fixup: Mroonga -Wunused-function
This commit is contained in:
parent
37a86b933e
commit
9fd91863e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue