Bug #55353 | RFE: Make inserted row readable in it's AFTER INSERT trigger | ||
---|---|---|---|
Submitted: | 19 Jul 2010 1:25 | Modified: | 23 Jul 2010 2:24 |
Reporter: | Ondra Zizka | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1.48 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 Jul 2010 1:25]
Ondra Zizka
[19 Jul 2010 5:54]
Sveta Smirnova
Thank you for the report. what SELECT * FROM log outputs in your environment? I get: SELECT * FROM log; str 100 200 Which means new row is in table during trigger run.
[23 Jul 2010 2:24]
Ondra Zizka
Oh, really. Which means that in search of a simple example, I simplified it too much. So it must be something specific to my case. I am closing for now to keep bugzilla clean, and will eventually reopen if I happen to come up with a better test case.