mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 05:51:07 -05:00
* fixes #9305 by not being prone to the race condition in insertIfNotExists * fixes #6899 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de> |
||
|---|---|---|
| .. | ||
| AbstractLockingProvider.php | ||
| DBLockingProvider.php | ||
| MemcacheLockingProvider.php | ||
| NoopLockingProvider.php | ||