Commit 285e348c authored by unknown's avatar unknown

Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1

into moonbone.local:/work/mysql-4.1-bug-8147

parents a47530f1 256c99fd
...@@ -336,7 +336,7 @@ public: ...@@ -336,7 +336,7 @@ public:
virtual bool set_flags_processor(byte *args) virtual bool set_flags_processor(byte *args)
{ {
this->item_flags|= *((uint8*)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