| Bug #73290 | Unnecessary set via CURRENT_TIMESTAMP in transactions | ||
|---|---|---|---|
| Submitted: | 14 Jul 2014 10:30 | ||
| Reporter: | Marco Rossi | Email Updates: | |
| Status: | Open | Impact on me: | |
| Category: | MySQL Server: Data Types | Severity: | S4 (Feature request) |
| Version: | 5.6 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[14 Jul 2014 10:30]
Marco Rossi
[4 Aug 2014 15:49]
Hartmut Holzgraefe
Interesting idea, but would it really be worth the effort of tracking/caching all value changes throughout the lifetime of a transaction and compare changes against the list of already performed changes to identify possible "value change reverted later in transaction" situations just for this? (with InnoDB extra storage/tracking may not be needed as UNDO records could be checked for this, but it would still be quite a bit of effort to check them for previous changes ...
