]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update info
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 6 Jan 2008 20:09:08 +0000 (20:09 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 6 Jan 2008 20:09:08 +0000 (20:09 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6248 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/2.2.7-mysql-batch-timeout.patch

index 0ee9d624e5ee61af2ecfb10a5cc0680ba0bf8179..fafb85d1e11e53d6ba33f5b92d37da8ebc915ce7 100644 (file)
@@ -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 <bacula-source>
+ patch -p0 <2.2.7-mysql-batch-timeout.patch
+ ./configure <your-options>
+ make
+ ...
+ make install
+
+
+
 Index: src/cats/mysql.c
 ===================================================================
 --- src/cats/mysql.c   (rĂ©vision 6192)