Bug #22728 | Handler_rollback value is growing | ||
---|---|---|---|
Submitted: | 27 Sep 2006 8:43 | Modified: | 13 Nov 2006 19:39 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.22 | OS: | Linux (Suse10.0 32bit) |
Assigned to: | Alexey Kopytov | CPU Architecture: | Any |
[27 Sep 2006 8:43]
Tonci Grgin
[8 Oct 2006 13:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/13317 ChangeSet@1.2541, 2006-10-08 17:03:56+04:00, kaa@polly.local +3 -0 Fix for bug #22728 "Handler_rollback value is growing". For InnoDB, check value of thd->transaction.all.innodb_active_trans instead of thd->transaction.stmt.innobase_tid to see if we really need to rollback.
[11 Oct 2006 8:45]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/13454 ChangeSet@1.2541, 2006-10-11 12:44:03+04:00, kaa@polly.local +3 -0 Fix for bug #22728 "Handler_rollback value is growing". The bug is present only in 4.1, will be null-merged to 5.0 For InnoDB, check value of thd->transaction.all.innodb_active_trans instead of thd->transaction.stmt.innobase_tid to see if we really need to rollback.
[18 Oct 2006 21:34]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/13916 ChangeSet@1.2312, 2006-10-18 23:34:30+02:00, msvensson@neptunus.(none) +2 -0 Bug#22728 Handler_rollback value is growing - The handler_rollback value is not growing, but the testcase does not work as handler_rollback is not cleared by "flush status" Thus we need to record before and after value and do a compare
[13 Nov 2006 19:39]
Paul DuBois
Noted in 4.1.23, 5.0.30 (not 5.0.29), 5.1.13 changelogs. The Handler_rollback status variable sometimes was incremented when no rollback had taken place.