1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix manual merge

This commit is contained in:
unknown
2007-12-13 10:40:39 +08:00
parent 3fc4a67a1d
commit d0b9496f8c

View File

@ -1540,8 +1540,6 @@ bool mysql_drop_view(THD *thd, TABLE_LIST *views, enum_drop_mode drop_mode)
something_wrong= error || wrong_object_name || non_existant_views.length();
if (some_views_deleted || !something_wrong)
{
DBUG_RETURN(TRUE);
}
/* if something goes wrong, bin-log with possible error code,
otherwise bin-log with error code cleared.
*/