1
0
mirror of https://github.com/luapower/mysql.git synced 2024-12-27 11:20:31 +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
if field_attrs then
for name, attrs in pairs(field_attrs) do
if cols[name] then
update(cols[name], attrs)
if fields[name] then
update(fields[name], attrs)
end
end
end