mirror of
https://github.com/MariaDB/server.git
synced 2025-03-30 11:55:31 +02:00
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:
parent
428a673152
commit
ac20edd737
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue