Bug #39841 | update trigger on blackhole engine table | ||
---|---|---|---|
Submitted: | 3 Oct 2008 14:43 | Modified: | 3 Oct 2008 20:03 |
Reporter: | Zhang Lu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.0.38 + | OS: | Linux (RHEL 4) |
Assigned to: | CPU Architecture: | Any | |
Tags: | blackhole, update trigger |
[3 Oct 2008 14:43]
Zhang Lu
[3 Oct 2008 20:03]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Please read at http://dev.mysql.com/doc/refman/5.0/en/blackhole-storage-engine.html: INSERT triggers for BLACKHOLE tables work as expected. However, because the BLACKHOLE table does not actually store any data, UPDATE and DELETE triggers are not activated: The FOR EACH ROW clause in the trigger definition does not apply because there are no rows.