Fix (MySQL): Update for MySQL version 8.0.40-0ubuntu0.20.04.1 on Oracle VPS
This commit is contained in:
@@ -585,12 +585,13 @@ BEGIN
|
||||
CALL partsltd_prod.p_debug_timing_reporting ( v_time_start );
|
||||
END IF;
|
||||
END //
|
||||
DELIMITER ;;
|
||||
DELIMITER ;
|
||||
|
||||
|
||||
-- SELECT * FROM Shop_Supplier;
|
||||
|
||||
/*
|
||||
delete from shop_supplier_audit where id_supplier = 9;
|
||||
delete from shop_supplier where id_supplier = 9;
|
||||
delete from shop_supplier_address_audit where id_address = -4;
|
||||
delete from shop_supplier_address where id_address = -4;
|
||||
delete from shop_supplier_address where id_address = -4;
|
||||
*/
|
||||
Reference in New Issue
Block a user