MDEV-33549: Incorrect handling of UPDATE in PS mode in case a table's colum declared as NOT NULL

Follow-up to fix comiler warings caused by present of
the clause override in declaration of the method Item_param::cleanup
This commit is contained in:
Dmitry Shulga 2024-03-13 17:46:05 +07:00
parent 428a673152
commit ac20edd737

View file

@ -4000,7 +4000,7 @@ public:
Item_param(THD *thd, const LEX_CSTRING *name_arg,
uint pos_in_query_arg, uint len_in_query_arg);
void cleanup() override
void cleanup()
{
m_default_field= NULL;
Item::cleanup();