Skip to content
Snippets Groups Projects
Commit f026deaf authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/master' into lua-plus-dict

Conflicts:
	src/box/lua/box.lua
parents efb68b46 2d35b096
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,6 @@ function box.schema.space.bless(space)
break
end
table.insert(range, v)
iterator_state, v = index:next(iterator_state)
end
return unpack(range)
end
......@@ -116,7 +115,6 @@ function box.schema.space.bless(space)
break
end
table.insert(range, v)
iterator_state, v = index:prev(iterator_state)
end
return unpack(range)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment