diff options
Diffstat (limited to 'strings/ctype-bin.c')
-rw-r--r-- | strings/ctype-bin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-bin.c b/strings/ctype-bin.c index 4d42973f69f..0be6ae95577 100644 --- a/strings/ctype-bin.c +++ b/strings/ctype-bin.c @@ -557,7 +557,7 @@ static MY_CHARSET_HANDLER my_charset_handler= struct charset_info_st my_charset_bin = { 63,0,0, /* number */ - MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY,/* state */ + MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY|MY_CS_NOPAD,/* state */ "binary", /* cs name */ "binary", /* name */ "", /* comment */ |