mdbx: удаление поля mt_dbxs из транзакции.

Явного выигрыша или проигрыша в производительности тут нет. Но теперь
меньше алиасинга указателей и чуть меньше полей в транзакциях.
This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-11-03 11:36:59 +03:00
parent f317170706
commit 4b79d46d38
2 changed files with 56 additions and 56 deletions

View File

@@ -1189,8 +1189,6 @@ struct MDBX_txn {
txnid_t mt_front;
MDBX_env *mt_env; /* the DB environment */
/* Array of records for each DB known in the environment. */
MDBX_dbx *mt_dbxs;
/* Array of MDBX_db records for each known DB */
MDBX_db *mt_dbs;