From 7e9d4c2b72e7e4e60da70e370a582d75900159fa Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 11 Mar 2014 12:05:35 +0800 Subject: [PATCH] MDL-44550 Docs: Remove comment about mysql_lock_factory from config-dist.php --- config-dist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config-dist.php b/config-dist.php index 1f59f8e45f9..e3402daa23d 100644 --- a/config-dist.php +++ b/config-dist.php @@ -489,8 +489,6 @@ $CFG->admin = 'admin'; // // "\\core\\lock\\postgres_lock_factory" - DB locking based on postgres advisory locks. // -// "\\core\\lock\\mysql_lock_factory" - DB locking based on mysql lock functions. -// // Settings used by the lock factories // // Location for lock files used by the File locking factory. This must exist