mirror of
https://github.com/luapower/mysql.git
synced 2024-12-28 03:40:30 +01:00
unimportant
This commit is contained in:
parent
cbbc813fb4
commit
ae432753d4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user