Skip to content

Commit

Permalink
Disable select by domains by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BHYCHIK committed Sep 14, 2015
1 parent 8b7b5ee commit 7787786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selist.lua
@@ -1,4 +1,4 @@
local DISABLE_SEARCH_BY_DOMAIN = false
local DISABLE_SEARCH_BY_DOMAIN = true

function box.auto_increment_uniq(spaceno, uniq, ...)
local tuple = box.select(spaceno, 1, uniq)
Expand Down

0 comments on commit 7787786

Please sign in to comment.