HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/MariaDB Data/castironradcen/product_option_values.TRG
TYPE=TRIGGERS
triggers='CREATE DEFINER=`castironradcen`@`%` TRIGGER product_option_values_after_insert AFTER INSERT ON product_option_values
\n  FOR EACH ROW
\nBEGIN
\n  SET @NullValue = NULL; # (SS,5/7/13) because passing NULL directly in call causes error, passing as variable works fine
\n  CALL AddStockAuditRecord(@NullValue, NEW.NumInStock, \'Option\', NEW.ProductID, NEW.ProductOptionValueID, TRUE);
\nEND' 'CREATE DEFINER=`castironradcen`@`%` TRIGGER product_option_values_after_update AFTER UPDATE ON product_option_values
\n  FOR EACH ROW
\nBEGIN
\n  CALL AddStockAuditRecord(OLD.NumInStock, NEW.NumInStock, \'Option\', NEW.ProductID, NEW.ProductOptionValueID, FALSE);           
\nEND'
sql_modes=1344274432 1344274432
definers='castironradcen@%' 'castironradcen@%'
client_cs_names='latin1' 'latin1'
connection_cl_names='latin1_swedish_ci' 'latin1_swedish_ci'
db_cl_names='latin1_swedish_ci' 'latin1_swedish_ci'
created=165412752686 165412752692