mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SQL: vers_update_user_fields() mem_root fix [#365 bug 12]
Related to #365 bug 3.
This commit is contained in:
@ -2615,7 +2615,7 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
|
||||
}
|
||||
*field=0;
|
||||
|
||||
if (copy->versioned() && copy->vers_update_user_field())
|
||||
if (copy->versioned() && copy->vers_update_user_field(client_thd->mem_root))
|
||||
goto error;
|
||||
|
||||
if (share->virtual_fields || share->default_expressions ||
|
||||
|
Reference in New Issue
Block a user