mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Move latin1 into a separarte file
This commit is contained in:
@ -269,7 +269,7 @@ static int my_strnxfrm_bin(CHARSET_INFO *cs __attribute__((unused)),
|
||||
return len;
|
||||
}
|
||||
|
||||
static CHARSET_INFO my_charset_bin_st =
|
||||
CHARSET_INFO my_charset_bin =
|
||||
{
|
||||
63, /* number */
|
||||
MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY,/* state */
|
||||
@ -314,6 +314,3 @@ static CHARSET_INFO my_charset_bin_st =
|
||||
my_strntod_8bit,
|
||||
my_scan_8bit
|
||||
};
|
||||
|
||||
|
||||
CHARSET_INFO *my_charset_bin = &my_charset_bin_st;
|
||||
|
Reference in New Issue
Block a user