mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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
|
#ifdef REAL_MYSQL
|
||||||
|
|
||||||
#define min_sort_char 0
|
#define min_sort_char ' '
|
||||||
#define max_sort_char '9'
|
#define max_sort_char '9'
|
||||||
|
|
||||||
#define EXAMPLE
|
#define EXAMPLE
|
||||||
|
Reference in New Issue
Block a user