Since: 2.10.0-beta2
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/truncate/
SME: @ sergepetrenko
dev issue: tarantool/tarantool#6123
Details
tarantool/tarantool@8be0369
The truncate method could be called from within a transaction. The flag
of GROUP_LOCAL was set in truncate method after statement row had been
being checked on the GROUP_LOCAL. Accordingly, after a local transaction
NOP row was not appended.