Commit 6b9df50c authored by evgen@moonbone.local's avatar evgen@moonbone.local

item.h:

  Fix for fix for bug#9728 decreased functionality in "on duplicate key update"
  Have to return false to set flag for whole expression.
parent 2235ea95
......@@ -336,7 +336,7 @@ class Item {
virtual bool set_flags_processor(byte *args)
{
this->item_flags|= *((uint8*)args);
return true;
return false;
}
};
......
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