summaryrefslogtreecommitdiff
path: root/mysys/test_charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/test_charset.c')
-rw-r--r--mysys/test_charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/test_charset.c b/mysys/test_charset.c
index 47ed9062c05..d031007a1da 100644
--- a/mysys/test_charset.c
+++ b/mysys/test_charset.c
@@ -46,7 +46,7 @@ static void _print_csinfo(CHARSET_INFO *cs)
cs->strnxfrm,
cs->like_range);
printf("multi-byte: %3s (%d, %p, %p, %p)\n",
- cs->mbmaxlen ? "yes" : "no",
+ cs->mbmaxlen > 1 ? "yes" : "no",
cs->mbmaxlen,
cs->ismbchar,
cs->ismbhead,