From c674d16a0d78b9479c85fb0cf122ac1263700af0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 7 Jan 2008 18:07:12 +0000 Subject: [PATCH] ebl update patch documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6255 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/2.2.7-mysql-batch-timeout.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) -- 2.39.5