mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
A minor cleanup.
This commit is contained in:
@ -1862,7 +1862,6 @@ bool delayed_get_table(THD *thd, TABLE_LIST *table_list)
|
|||||||
{
|
{
|
||||||
if (!(di= new Delayed_insert()))
|
if (!(di= new Delayed_insert()))
|
||||||
{
|
{
|
||||||
my_error(ER_OUTOFMEMORY,MYF(0),sizeof(Delayed_insert));
|
|
||||||
thd->fatal_error();
|
thd->fatal_error();
|
||||||
goto end_create;
|
goto end_create;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user