1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

cleanup; Fixed type bug in new delete code.

This commit is contained in:
monty@hundin.mysql.fi
2001-06-14 15:12:01 +03:00
parent 0054d8dd85
commit c417a276ac
2 changed files with 7 additions and 4 deletions

View File

@ -809,7 +809,8 @@ int multi_delete::do_deletes (bool from_send_error)
#ifdef SINISAS_STRIP
delete select;
#endif
if (error = -1) error = 0;
if (error == -1)
error = 0;
#if 0
}
#endif