Next: , Previous: , Up: Database Methods   [Contents][Index]


4.3.4 blonde_fill_detail

extern int blonde_fill_detail(void *);

The function writes the page map for the current transaction for the $1 database.

Together with ‘blonde_push_detail’ and ‘blonde_sync_detail’ it may be used to close transactions in a more resilient fashion. With the former it is an alternative to the one call transaction closing, ‘blonde_ever_detail’.

See blonde_ever_detail.

See blonde_push_detail.

See blonde_sync_detail.

See More Resilient Transactions.