mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Cleanup during review of new pushed code
This commit is contained in:
@ -3363,7 +3363,7 @@ static bool
|
||||
set_new_item_local_context(THD *thd, Item_ident *item, TABLE_LIST *table_ref)
|
||||
{
|
||||
Name_resolution_context *context;
|
||||
if (!(context= new Name_resolution_context))
|
||||
if (!(context= new (thd->mem_root) Name_resolution_context))
|
||||
return TRUE;
|
||||
context->init();
|
||||
context->first_name_resolution_table=
|
||||
|
Reference in New Issue
Block a user