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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user