ОБ
Size: a a a
ОБ
R
AT
МК
Е
ОБ
A
TS
ИЛ
MF
v
ИЛ
ИЛ
MF
MF
box.begin()
local rc, res = pcall(function()
my_module.delete(space, id)
local response = my_module.insert(space, data)
end)
if not rc then
box.rollback()
else
box.commit()
end
ИЛ
box.begin()
local rc, res = pcall(function()
my_module.delete(space, id)
local response = my_module.insert(space, data)
end)
if not rc then
box.rollback()
else
box.commit()
end
ИЛ
box.begin()
local rc, res = pcall(function()
my_module.delete(space, id)
local response = my_module.insert(space, data)
end)
if not rc then
box.rollback()
else
box.commit()
end
MA
box.begin()
local rc, res = pcall(function()
my_module.delete(space, id)
local response = my_module.insert(space, data)
end)
if not rc then
box.rollback()
else
box.commit()
end