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/hyperflight/products.TRG
TYPE=TRIGGERS
triggers='CREATE DEFINER=`hyperflight`@`%` TRIGGER products_after_insert AFTER INSERT ON products\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, \'Main\', NEW.ProductID, @NullValue, TRUE);  \nEND' 'CREATE DEFINER=`hyperflight`@`%` TRIGGER products_after_update AFTER UPDATE ON products\n  FOR EACH ROW\nBEGIN\n  SET @ProductOptionValueID = NULL; # (SS,5/7/13) because passing NULL directly in call causes error, passing as variable works fine
\n  CALL AddStockAuditRecord(OLD.NumInStock, NEW.NumInStock, \'Main\', NEW.ProductID, @ProductOptionValueID, FALSE);  \nEND'
sql_modes=1344274432 1344274432
definers='hyperflight@%' 'hyperflight@%'
client_cs_names='latin1' 'latin1'
connection_cl_names='latin1_swedish_ci' 'latin1_swedish_ci'
db_cl_names='latin1_swedish_ci' 'latin1_swedish_ci'
created=165412781544 165412781550