MyISAM is terrible for transactions. If the deadlock is happening because
of table locking then switching the engine to InnoDB might help your
problem.
MyISAM locks the entire table while InnoDB only locks the rows it is
updating.
Check out the link below.
http://stackoverflow.com/questions/20148
; > From: Bill Arlofski
> >
> > On 05/14/2015 01:33 AM, Kelvin Minter wrote:
> >> Hello I am running bacula 5.2.13 on CentOS 6.6.
> >>
> >> I have the following configuration for my messages in
> >> /etc/bacula/bacula-dir.conf
> >>
> >> M
Hello I am running bacula 5.2.13 on CentOS 6.6.
I have the following configuration for my messages in
/etc/bacula/bacula-dir.conf
Messages {
Name = Standard
mailcommand = "/usr/bin/mutt -F /root/.muttrc-bacula -s \"Bacula: %t %e
of %c %l\" %r"
operatorcommand = "/usr/bin/mutt -F /root/.mutt