]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1943 no message storage on closed database connection.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 6 Nov 2012 14:22:26 +0000 (15:22 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:02 +0000 (14:51 +0200)
commit9890727d214be9b91ad676e518bdbdfa7f4f4f22
tree4d38e4f1288c79ea30fe95e656ccb3aec10dc38b
parent2e6e4ef8f7f6e83d140355d7a03688fbfa8c84fc
Fix bug #1943 no message storage on closed database connection.

Bacula director crashes if it reaches the max number connections to
MySQL server. (Or any other database) as it tries to store the
failure to connect to the database in the database over a non
connected database connection. Things like mysql_real_escape_string
which is used in that code path depend on a connected database
connection which we don't have.
bacula/src/lib/message.c