Juha Heinanen writes:
I made the same test with xflags and they do require t_flush_xflags() call if an xflag is set after t_newtrans(); So the behavior is not the same with flags and xflags.
This is confusing. The flags should behave the same way and I would prefer the flags way in order to avoid the flush call.
I added sr-dev to this thread since it now deals also the new feature.
-- Juha
On 27.03.18 07:40, Juha Heinanen wrote:
Afaik, flags after t_newtran() were supposed not to be moved to transaction if t_flush_flags(), that being the purpose of the later function. Are you doing any other tm operations between creating the new transaction and relaying the request or end of script execution?
Cheers, Daniel