| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | Mar 25 at 9:20 | |
| stats | profile views | 0 |
|
Nov 17 |
comment |
How to correctly implement optimistic locking in MySQL But then the transaction will fail anyway during commit, right? |
|
Nov 17 |
comment |
How to correctly implement optimistic locking in MySQL What's the problem? You increase the version number with your UPDATE, then the second UPDATE will fail because the version number isn't the same as when it was read - which is what you want. |
|
Nov 10 |
awarded | Supporter |