Hi, I have a strange bug in a program and wondered if it could be to do with concurrent table writes. How does MySQL handle such a situation?
I'm not currently LOCKing and UNLOCKing tables when writing, but should I start?
| SitePoint Sponsor |




Absolutely not. Mysql should handle any necessary locking.I'm not currently LOCKing and UNLOCKing tables when writing, but should I start?
Bookmarks