1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
acinclude.m4:
  Remove innobase/libodbc
innobase/Makefile.am:
  Remove innobase/libodbc
sql/sql_delete.cc:
  Indentation cleanup
sql/sql_yacc.yy:
  Fixed wrong merge
This commit is contained in:
unknown
2004-02-22 08:54:06 +02:00
parent f312a516cc
commit 522e83b64a
4 changed files with 2 additions and 5 deletions

View File

@ -454,8 +454,7 @@ int multi_delete::do_deletes(bool from_send_error)
{
DBUG_RETURN(local_error);
}
else
break;
break;
}
deleted++;
}