From 308e481ce85b482cad4987f3fb67b007e4cc89c7 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Mon, 16 Feb 2015 10:53:45 +0800 Subject: [PATCH] MDL-47529 lock: Fix typo on lock factory in config-dist --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 4338d7e1694..c91ccb13dff 100644 --- a/config-dist.php +++ b/config-dist.php @@ -507,7 +507,7 @@ $CFG->admin = 'admin'; // Uses lock files stored by default in the dataroot. Whether this // works on clusters depends on the file system used for the dataroot. // -// "\\core\\lock\\db_row_lock_factory" - DB locking based on table rows. +// "\\core\\lock\\db_record_lock_factory" - DB locking based on table rows. // // "\\core\\lock\\postgres_lock_factory" - DB locking based on postgres advisory locks. //