diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/slave.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index ee8bdfe9e9f..fac9ee214c5 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -2010,9 +2010,6 @@ static int has_temporary_error(THD *thd) { DBUG_ENTER("has_temporary_error"); - if (thd->is_fatal_error) - DBUG_RETURN(0); - DBUG_EXECUTE_IF("all_errors_are_temporary_errors", if (thd->main_da.is_error()) { |