We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1c36a commit 557c15aCopy full SHA for 557c15a
chunked_example_fast/frontend.lua
@@ -32,7 +32,7 @@ local function get_key_def(space_name, index_name)
32
-- Create a key def.
33
key_def = key_def_lib.new(index.parts)
34
if not index.unique then
35
- key_def = key_def_inst:merge(key_def_lib.new(primary_index.parts))
+ key_def = key_def:merge(key_def_lib.new(primary_index.parts))
36
end
37
38
-- Write to the cache.
0 commit comments