1
0
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:
kostja@dipika.(none)
2008-01-16 16:44:07 +03:00
parent 30267c7750
commit 8aa978352e

View File

@ -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;
} }