Skip to content

Commit 48af65b

Browse files
committed
Remove non_existed space check on storage side
1 parent 597753c commit 48af65b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crud/count.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ local function count_on_storage(space_name, index_id, conditions, opts)
3333
end
3434

3535
local space = box.space[space_name]
36-
if space == nil then
37-
return nil, CountError:new("Space %q doesn't exist", space_name)
38-
end
3936

4037
local index = space.index[index_id]
4138
if index == nil then

0 commit comments

Comments
 (0)