Hey there,
Think I found a bug in mnesia select.
If you use
select(Tab, MatchSpec, NObjects, Lock)
on a disc_only table, it never returns any rows (I.e. using NObjects
to limit the number of rows). The same query works if you use
disc_copies instead.
Regards,
Rudolph van Graan