MDL-47529 lock: Fix typo on lock factory in config-dist

This commit is contained in:
Frederic Massart
2015-02-16 10:53:45 +08:00
parent 3630ab92d9
commit 308e481ce8
+1 -1
View File
@@ -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.
//