From: Eric Bollengier Date: Sun, 6 Jan 2008 20:09:08 +0000 (+0000) Subject: ebl update info X-Git-Tag: Release-2.2.8~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8feb8d3fe31f97e434e256673c87070642db02f5;p=bacula%2Fbacula ebl update info git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6248 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/2.2.7-mysql-batch-timeout.patch b/bacula/patches/2.2.7-mysql-batch-timeout.patch index 0ee9d624e5..fafb85d1e1 100644 --- a/bacula/patches/2.2.7-mysql-batch-timeout.patch +++ b/bacula/patches/2.2.7-mysql-batch-timeout.patch @@ -1,3 +1,18 @@ + + This patch fixes bug #1034 about Temporary MySQL table 'batch' + disappears if MySQL connection times out. + + Apply the patch to 2.2.7 (and possibly any 2.2.x version with): + + cd + patch -p0 <2.2.7-mysql-batch-timeout.patch + ./configure + make + ... + make install + + + Index: src/cats/mysql.c =================================================================== --- src/cats/mysql.c (révision 6192)