1
0
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:
unknown
2001-06-14 15:12:01 +03:00
parent 9d0e2843c4
commit 48bc7b7822
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