mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Removed some default_charset_info
This commit is contained in:
parent
8959b690fe
commit
9a0253ffb2
2 changed files with 2 additions and 3 deletions
|
|
@ -617,7 +617,7 @@ int wild_case_compare(CHARSET_INFO *cs, const char *str,const char *str_end,
|
|||
{
|
||||
int result= -1; // Not found, using wildcards
|
||||
#ifdef USE_MB
|
||||
bool use_mb_flag=use_mb(default_charset_info);
|
||||
bool use_mb_flag=use_mb(cs);
|
||||
#endif
|
||||
while (wildstr != wildend)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue