Subject What the following db_info_types items ar for?
Author bebekis
What the following db_info_types items ar for?
isc_info_tpage_errors ( what a tpage is? Trans Info pages?)
isc_info_ppage_errors ( what a ppage is?)
isc_info_window_turns (found only in ibase.h)
isc_info_license (is it used anywhere?)
isc_info_logfile is treated in (inf.c) INF_database_info() as

case isc_info_logfile:
length = INF_convert ((dbb->dbb_wal) ? TRUE : FALSE, buffer);
break;

where dbb_wal is defined in (jrd.h) dbb struct as
struct wal *dbb_wal; /* WAL handle for WAL API */

isc_info_set_page_buffers? ( how this relates to
isc_info_num_buffers? )
isc_info_cur_log_part_offset?
isc_info_num_wal_buffers?
isc_info_wal_XXXX?

BTW what is that WAL API? (a security API or something?)

-----------------------------------
Theo Bebekis
Thessaloniki, Greece
bebekis@...
teo@...
-----------------------------------