| Bug #2510 | Rollback Not Working with innoDB | ||
|---|---|---|---|
| Submitted: | 26 Jan 2004 3:40 | Modified: | 26 Jan 2004 8:02 |
| Reporter: | [ name withheld ] | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
| Version: | 5.0.0-alpha-max-debug | OS: | Windows (Windows 2000 SP3) |
| Assigned to: | CPU Architecture: | Any | |
[26 Jan 2004 3:40]
[ name withheld ]
[26 Jan 2004 7:04]
[ name withheld ]
Please cancel this bug! There was an error in the setup of the testing.
[26 Jan 2004 7:05]
[ name withheld ]
Please cancel this bug! There was an error in the setup of the testing.
[26 Jan 2004 8:02]
Alexander Keremidarski
Closed upon user request.
[3 May 2011 17:38]
Ryan Rivers
After START TRANSACTION; I UPDATE the information on table by doing UPDATE accounts SET balance=(balance-100) WHERE id=1; UPDATE accounts SET balance=(balance+100) WHERE id=2; Then I wanted to undo so I excute ROLLBACK; It said "it's successfully executed" BUT the figure didn't go back to where it was. I put the table type InnoDB. I think it shouldn't be having any problem... I don't know why the figure isn't changing even though it said "it's successfully executed" Please help me to find what's wrong.. Thanks in advance. You can reply me to my email address: forkhyun@gmail.com
