Hello,
I have another question around parameter flags, this time with the memp_stat_print() function.
The documentation states that in order to use the DB_STAT_ALLOC flag, you have to combine it with the DB_STAT_ALL flag. My question is, if you use DB_STAT_ALL by itself, will it show the allocation information as well? Or do you have to use this particular combination of flags in order to see it? I'm just wondering if there is some redundancy here or if I'm not quite understanding the flags.
Thank you!