1
0
mirror of https://github.com/luapower/mysql.git synced 2024-12-28 03:40:30 +01:00

unimportant

This commit is contained in:
Cosmin Apreutesei 2022-01-27 22:18:59 +02:00
parent cbbc813fb4
commit ae432753d4

View File

@ -988,8 +988,8 @@ local function recv_field_packets(self, field_count, field_attrs, opt)
end end
if field_attrs then if field_attrs then
for name, attrs in pairs(field_attrs) do for name, attrs in pairs(field_attrs) do
if cols[name] then if fields[name] then
update(cols[name], attrs) update(fields[name], attrs)
end end
end end
end end