MDL-25500 Lock: Unit tests have found that MySQL locks are broken
authorDamyon Wiese <damyon@moodle.com>
Wed, 29 Jan 2014 03:52:51 +0000 (11:52 +0800)
committerDamyon Wiese <damyon@moodle.com>
Wed, 29 Jan 2014 03:52:51 +0000 (11:52 +0800)
commit37b2c56569a031313a751f64e830819e0d7784e7
tree1681c002dee214ddd3e16696cd2488bfb21e651d
parentfefcd9ababd7743157b2ae52d2b0a9b41672750f
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.
lib/classes/lock/mysql_lock_factory.php [deleted file]