mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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()))
|
||||
{
|
||||
my_error(ER_OUTOFMEMORY,MYF(0),sizeof(Delayed_insert));
|
||||
thd->fatal_error();
|
||||
goto end_create;
|
||||
}
|
||||
|
Reference in New Issue
Block a user