I see you collect lock information in LockAbstract it would be nice if there was to publicly get that info. Even as simple as making getLockInfo public. Although, it doesn't look like MySQL supports that. Maybe it could always return an empty array? Or another interface, maybe LockInfoAwareInterface?
I see you collect lock information in
LockAbstractit would be nice if there was to publicly get that info. Even as simple as makinggetLockInfopublic. Although, it doesn't look likeMySQLsupports that. Maybe it could always return an empty array? Or another interface, maybeLockInfoAwareInterface?