Bug #24081 | Unable to add compound statements in Trigger | ||
---|---|---|---|
Submitted: | 8 Nov 2006 10:07 | Modified: | 8 Nov 2006 12:00 |
Reporter: | Aftab Khan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.24 | OS: | Windows (windows) |
Assigned to: | CPU Architecture: | Any | |
Tags: | triggers |
[8 Nov 2006 10:07]
Aftab Khan
[8 Nov 2006 12:00]
Valeriy Kravchuk
This is not a bug. Please, read the manual: http://dev.mysql.com/doc/refman/5.0/en/begin-end.html and http://dev.mysql.com/doc/refman/5.0/en/create-trigger.html Set DELIMITER to something but ';' before defining triggers with compound statements.