1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

use String->charset instead of default_charset_info

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-03-14 20:52:48 +04:00
parent b37ce8e769
commit f8a5452877
7 changed files with 48 additions and 67 deletions

View File

@@ -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)
{