Would someone please comment as to why this Update query freezes my Mysql server. As the subject says I don't do this enough to be very good at it.
Update Vtiger_Backup.vtiger_products x, Vtiger_Backup.commsource z Set x.mfr_part_no = z.VendorPartNumber, x.manufacturer = z.Vendor, x.productcategory = z.category Where z.partno = x.productcode
In the products table there is 16000, and the commsource there is approx 7400 records. I am not getting any errors the page never reloads after a half hour.
Thanks for looking.
Ed
Update Vtiger_Backup.vtiger_products x, Vtiger_Backup.commsource z Set x.mfr_part_no = z.VendorPartNumber, x.manufacturer = z.Vendor, x.productcategory = z.category Where z.partno = x.productcode
In the products table there is 16000, and the commsource there is approx 7400 records. I am not getting any errors the page never reloads after a half hour.
Thanks for looking.
Ed