We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f909 commit 83fff32Copy full SHA for 83fff32
crud/select/merger.lua
@@ -81,7 +81,7 @@ end
81
-- See
82
-- https://github.com/tarantool/tarantool/blob/0ab21ac9eeaaae2aa0aef5e598d374669f96df9e/src/lua/msgpackffi.lua
83
-- to understand following hell
84
--- This code will work for ALL Tarantool versions
+-- This code works for ALL Tarantool versions
85
local strict_alignment = (jit.arch == 'arm')
86
local uint16_ptr_t = ffi.typeof('uint16_t *')
87
local uint32_ptr_t = ffi.typeof('uint32_t *')
0 commit comments