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

Merge branch 'features-4751-MDBX' of...

Merge branch 'features-4751-MDBX' of https://gitlab.demlabs.net/cellframe/cellframe-sdk into features-4751-MDBX

# Conflicts:
#	modules/global-db/dap_chain_global_db_driver_mdbx.c
parents b396346b ee6904ec
No related branches found
No related tags found
2 merge requests!897hotfix-6925,!683Features 4751 MDBX
Pipeline #15005 failed with stage
in 3 seconds
......@@ -772,6 +772,7 @@ MDBX_stat l_stat;
struct __record_suffix__ *l_suff;
if (!a_group) /* Sanity check */
return NULL;
......@@ -785,6 +786,7 @@ struct __record_suffix__ *l_suff;
/*
* Perfroms a find/get a record with the given key
*/
......@@ -831,6 +833,7 @@ struct __record_suffix__ *l_suff;
/*
** If a_key is NULL - retreive a requestd number of recrods from the table
*/
......
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