LOAD DATA LOCAL INFILE "/home/master/builder/work/tmp.mysql-functions.query.2022-04-26T06:53:52.evymAO.infile.1" INTO TABLE `mirror_statuses` (`protocol`,`url`,`country`,`country_code`,`last_sync`,`start`,`stop`,@isos,@ipv4,@ipv6,@active) set `isos`=CAST(@isos AS SIGNED),`ipv4`=CAST(@ipv4 AS SIGNED),`ipv6`=CAST(@ipv6 AS SIGNED),`active`=CAST(@active AS SIGNED);