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

into moonbone.local:/work/mysql-4.1-bug-8147
This commit is contained in:
unknown 2005-06-22 22:59:31 +04:00
commit 285e348c1f

View File

@ -336,7 +336,7 @@ public:
virtual bool set_flags_processor(byte *args)
{
this->item_flags|= *((uint8*)args);
return true;
return false;
}
};