| Title | Bugzilla integration doesn't do locking |
| Status | closed |
| Priority | critical |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | The Bugzilla integration doesn't do any locking on the Bugzilla tables. It probably should. |
| Analysis | We need to think about what locking is necessary. Note that MySQL locking is limited. A simple but correct version would lock all the tables which we touch at the start of a poll and unlock them all at the end. That might well not be good enough. |
| How found | inspection |
| Evidence | I just know. |
| Introduced in | 0.5.0 |
| Created by | Nick Barnes |
| Created on | 2000-11-29 14:16:30 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:05:34 |
| History | 2000-11-29 NB Created. |