Do all your apps use InnoDB and the 'READ-COMMITTED' transaction isolation level with MySQL?
No. At least Bamboo uses the default isolation level of the underlying datastore for almost all transactions, which would mean REPEATABLE_READ in this case, unless redefined by db admin.
Explicit READ_COMMITTED isolation is used very rarely.
Yes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.