mirror of
https://github.com/luapower/mysql.git
synced 2025-12-26 17:05:36 +01:00
unimportant
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user