mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Name resolution context added (BUG#6443)
This commit is contained in:
@@ -201,7 +201,7 @@ bool Table_triggers_list::create_trigger(THD *thd, TABLE_LIST *tables)
|
||||
{
|
||||
trg_field->setup_field(thd, table);
|
||||
if (!trg_field->fixed &&
|
||||
trg_field->fix_fields(thd, (TABLE_LIST *)0, (Item **)0))
|
||||
trg_field->fix_fields(thd, (Item **)0))
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user