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