Skip to content
Snippets Groups Projects
Commit 03f6951d authored by ruslan.laishev's avatar ruslan.laishev 💬
Browse files

[*] features-4751-MDBX - maintenance commit

parent 7c3b88a0
No related branches found
No related tags found
2 merge requests!897hotfix-6925,!683Features 4751 MDBX
Pipeline #15097 failed with stage
in 3 seconds
...@@ -956,9 +956,11 @@ struct __record_suffix__ *l_suff; ...@@ -956,9 +956,11 @@ struct __record_suffix__ *l_suff;
log_it (L_ERROR, "mdbx_dbi_stat: (%d) %s", l_rc2, mdbx_strerror(l_rc2)); log_it (L_ERROR, "mdbx_dbi_stat: (%d) %s", l_rc2, mdbx_strerror(l_rc2));
break; break;
} }
else if ( !l_stat.ms_entries ) /* Nothing to retrieve , table contains no record */
break;
if ( !(l_count_out = min(l_stat.ms_entries, l_count_out)) ) { if ( !(l_count_out = min(l_stat.ms_entries, l_count_out)) ) {
log_it(L_WARNING, "No object (-s) to be rtreived from the group '%s'", a_group); debug_if(s_dap_global_db_debug_more, L_WARNING, "No object (-s) to be retrieved from the group '%s'", a_group);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment