GHOST flag was removed from txn.h by index-speedup patch. Currently iproto's select, box.select and box.space[x].iterator[y] use same iteration code which does not check transaction status. Need to finish with primitive transactions first.
-- You received this bug notification because you are a member of Tarantool Development Team, which is subscribed to tarantool. https://bugs.launchpad.net/bugs/986033 Title: lua index iterators may return GHOST tuples Status in Tarantool - an efficient in-memory data store: Confirmed Bug description: Tuples retrieved with Lua index iterators are not checked for the GHOST flag. So unlike SELECT that filters ghost tuples out, Lua may return yet uncommitted data. To manage notifications about this bug go to: https://bugs.launchpad.net/tarantool/+bug/986033/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~tarantool-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~tarantool-developers More help : https://help.launchpad.net/ListHelp

