]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/patches/2.2.7-mysql-batch-timeout.patch
ebl update
[bacula/bacula] / 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)