mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
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.