lhsm_remove process, removing entries with grace period expired from 
SOFT_RM table, does not use rm_time parameter during select process.

during query build process rm_time query filter is dropped by 
"append_simple_expr" at listmgr_filters.c:485
"if (readonly_fields(tmp))"; apparently rm_time is considered RO
and can't be used for DB query filter

What confuses me is the fact that rm_time get assigned index 25 in 
db_schema: ATTR_MASK_rm_time => 25 ( 1LL << 25 )
and this matches FUNC_ATTR in rbh_types.h (0x02000000)

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
robinhood-support mailing list
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to