Loading sql/item.h +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ class Item { virtual bool set_flags_processor(byte *args) { this->item_flags|= *((uint8*)args); return true; return false; } }; Loading Loading
sql/item.h +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ class Item { virtual bool set_flags_processor(byte *args) { this->item_flags|= *((uint8*)args); return true; return false; } }; Loading