Commit e009dce0 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

item_func.cc:

  My stupid typo fix
parent c47c07ca
...@@ -2023,7 +2023,7 @@ void Item_func_set_user_var::update_hash(void *ptr, uint length, ...@@ -2023,7 +2023,7 @@ void Item_func_set_user_var::update_hash(void *ptr, uint length,
my_free(entry->value,MYF(0)); my_free(entry->value,MYF(0));
entry->value=0; entry->value=0;
entry->length=0; entry->length=0;
collation.set(cs, dv); entry->collation.set(cs, dv);
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment