mdbx: использование термина "таблица" вместо "sub-database".

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-08-03 13:25:44 +03:00
parent dd5329c164
commit 57e558a57d
33 changed files with 430 additions and 429 deletions

View File

@@ -96,7 +96,7 @@ typedef struct clc {
size_t lmin, lmax; /* min/max length constraints */
} clc_t;
/* Вспомогательная информация о subDB.
/* Вспомогательная информация о table.
*
* Совокупность потребностей:
* 1. Для транзакций и основного курсора нужны все поля.
@@ -136,7 +136,7 @@ typedef struct clc2 {
struct kvx {
clc2_t clc;
MDBX_val name; /* имя subDB */
MDBX_val name; /* имя table */
};
/* Non-shared DBI state flags inside transaction */