1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Two bug fixes

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-10-12 21:36:39 +03:00
parent 3805a5edfe
commit 7ba2242803
5 changed files with 32 additions and 3 deletions

View File

@@ -329,7 +329,7 @@ bool multi_delete::send_data(List<Item> &values)
table->status|= STATUS_DELETED;
if (!(error=table->file->delete_row(table->record[0])))
deleted++;
else
else if (!table_being_deleted->next)
{
table->file->print_error(error,MYF(0));
DBUG_RETURN(1);