NR
Size: a a a
NR
ar
AK
AK
for _,s in pairs(box.space) do if s.id > 512 then s:truncate() end end
MA
for _,s in pairs(box.space) do if s.id > 512 then s:truncate() end end
MA
for i,s in pairs(box.space) do if type(i) == 'number' and s.id > 511 then s:drop() end end
ar
MA
EL
DS
v
DS
DS
MA
v
MA