Home
last modified time | relevance | path

Searched refs:can_do_slaves (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DStore.pm171 sub can_do_slaves { 0 } subroutine
175 die "Incapable of becoming slave." unless $self->can_do_slaves;
265 die "Incapable of having slaves." unless $self->can_do_slaves;
318 return $self unless $self->can_do_slaves;
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/Store/
H A DMySQL.pm78 sub can_do_slaves { 1 } subroutine
H A DPostgres.pm76 sub can_do_slaves { 0 } subroutine