Commit 2534f837 authored by unknown's avatar unknown

item_func.cc:

  My stupid typo fix


sql/item_func.cc:
  My stupid typo fix
  ,
parent 0d12c113
......@@ -2023,7 +2023,7 @@ void Item_func_set_user_var::update_hash(void *ptr, uint length,
my_free(entry->value,MYF(0));
entry->value=0;
entry->length=0;
collation.set(cs, dv);
entry->collation.set(cs, dv);
}
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