"DESCRIPTOR descriptor /* saved row/dictionary descriptor for aiding in comparisons */",
"DESCRIPTOR cmp_descriptor /* saved row/dictionary descriptor for aiding in comparisons */",
"int (*change_descriptor) (DB*, DB_TXN*, const DBT* descriptor, u_int32_t) /* change row/dictionary descriptor for a db. Available only while db is open */",
"int (*update_cmp_descriptor) (DB*) /* Update cmp descriptor. Available only while db is open */",
"int (*getf_set)(DB*, DB_TXN*, u_int32_t, DBT*, YDB_CALLBACK_FUNCTION, void*) /* same as DBC->c_getf_set without a persistent cursor) */",
"int (*optimize)(DB*) /* Run garbage collecion and promote all transactions older than oldest. Amortized (happens during flattening) */",
"int (*hot_optimize)(DB*, int (*progress_callback)(void *progress_extra, float progress), void *progress_extra)",
brt_leaf_put_cmd(t->compare_fun,t->update_fun,&t->h->descriptor,leafnode,bn,&brtcmd,&made_change,&BP_WORKDONE(ancestor,childnum),NULL,NULL);// pass NULL omts (snapshot_txnids and live_list_reverse) to prevent GC from running on message application for a query
brt_leaf_put_cmd(t->compare_fun,t->update_fun,&t->h->cmp_descriptor,leafnode,bn,&brtcmd,&made_change,&BP_WORKDONE(ancestor,childnum),NULL,NULL);// pass NULL omts (snapshot_txnids and live_list_reverse) to prevent GC from running on message application for a query