mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ctype-czech.c:
Fixing wrong min_sort_char. strings/ctype-czech.c: Fixing wrong min_sort_char.
This commit is contained in:
@ -356,7 +356,7 @@ static int my_strnxfrm_czech(CHARSET_INFO *cs __attribute__((unused)),
|
||||
|
||||
#ifdef REAL_MYSQL
|
||||
|
||||
#define min_sort_char 0
|
||||
#define min_sort_char ' '
|
||||
#define max_sort_char '9'
|
||||
|
||||
#define EXAMPLE
|
||||
|
Reference in New Issue
Block a user