mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup; Fixed type bug in new delete code.
sql/sql_class.h: Fixed types sql/sql_delete.cc: Fixed typo-bug.
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