Y
Hacker News
new
|
ask
|
show
|
jobs
by
sp332
4502 days ago
Is this true for MySQL as well?
1 comments
jeltz
4502 days ago
Yes, it is true for all databases which do not take table level locks. In PostgreSQL you can increase the isolation level to serializable and get an error when this happens instead of incorrect query results, not sure about MySQL.
link