Home
last modified time | relevance | path

Searched refs:TablesToLock (Results 1 – 2 of 2) sorted by relevance

/plugin/authdrupal8/
H A Dauth.php30 protected $TablesToLock = array();
438 * could be set with $conf['plugin']['authmysql']['TablesToLock'] = array()
456 $ttl = $this->$TablesToLock;
36 protected $TablesToLock = array(); global() variable in auth_plugin_authdrupal8
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example48 $conf['auth']['mysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "userg…