mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
item_cmpfunc.cc:
wrong variable. sql/item_cmpfunc.cc: wrong variable.
This commit is contained in:
parent
709f8556bf
commit
068a15bb28
1 changed files with 1 additions and 1 deletions
|
|
@ -2443,7 +2443,7 @@ bool Item_func_like::fix_fields(THD *thd, TABLE_LIST *tlist, Item ** ref)
|
|||
String *escape_str= escape_item->val_str(&tmp_value1);
|
||||
if (escape_str)
|
||||
{
|
||||
if (use_mb(cmp_collation.collation))
|
||||
if (use_mb(cmp.cmp_collation.collation))
|
||||
{
|
||||
CHARSET_INFO *cs= escape_str->charset();
|
||||
my_wc_t wc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue