moodle/lib/classes/lock
Damyon Wiese 37b2c56569 MDL-25500 Lock: Unit tests have found that MySQL locks are broken
Removing the MySQL lock factory, the only safe way to use this MySQL API
would be to open a new DB connection for every lock. Record locking is a decent
fallback.
2014-01-29 11:52:51 +08:00
..
db_record_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
file_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock_config.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
postgres_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00