Details
Description
The Discovery module "vlans" produces some warning during updating the ports_vlans table. See attached debug.
SQL[UPDATE `ports_vlans` set `vlan` ='3163',`baseport` ='',`priority` ='',`state` ='',`cost` ='' WHERE `port_vlan_id` = '123784'] |
ROWS[0] |
SQL RUNTIME[0.03376818s] |
SQL WARNINGS[
|
1366: Incorrect integer value: '' for column 'baseport' at row 1 |
1366: Incorrect integer value: '' for column 'priority' at row 1 |
1366: Incorrect integer value: '' for column 'cost' at row 1 |
]
|