diff options
author | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-03-14 22:10:56 +0400 |
---|---|---|
committer | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-03-14 22:10:56 +0400 |
commit | 9a0253ffb2ce1a5a79ded187004e8fa142bb1d25 (patch) | |
tree | fac3c379cef92d5eae4a1966e72f5363e7e1a142 /client | |
parent | 8959b690fe796a44ddda440290b3fe9a9cf89ca5 (diff) | |
download | mariadb-git-9a0253ffb2ce1a5a79ded187004e8fa142bb1d25.tar.gz |
Removed some default_charset_info
Diffstat (limited to 'client')
-rw-r--r-- | client/sql_string.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/sql_string.cc b/client/sql_string.cc index 62b1812afb3..cf9e9f62507 100644 --- a/client/sql_string.cc +++ b/client/sql_string.cc @@ -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) { |