diff --git a/extra/mariabackup/fil_cur.cc b/extra/mariabackup/fil_cur.cc index 1364b337bec..8fe6af06b76 100644 --- a/extra/mariabackup/fil_cur.cc +++ b/extra/mariabackup/fil_cur.cc @@ -108,9 +108,6 @@ xb_fil_node_close_file( node->handle = OS_FILE_CLOSED; mutex_exit(&fil_system.mutex); - - ut_a(fil_system.n_open > 0); - fil_system.n_open--; } /************************************************************************ @@ -169,8 +166,6 @@ xb_fil_cur_open( return(XB_FIL_CUR_SKIP); } - - fil_system.n_open++; } ut_ad(node->is_open());