]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Turn off db_get_file_list() giant SQL because if fails on
authorKern Sibbald <kern@sibbald.com>
Sun, 25 Jan 2009 13:23:28 +0000 (13:23 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 25 Jan 2009 13:23:28 +0000 (13:23 +0000)
     my production machine.
kes  Fix bat.pro.in so that bat is properly installed rather
     than just copied.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8401 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_get.c
bacula/src/qt-console/bat.pro.in
bacula/src/version.h
bacula/technotes-2.5

index 31794f4900c213ed63e6e67099d151f87dde2b95..9907139d249e078d9631187568419fae7e762565 100644 (file)
@@ -1060,7 +1060,11 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids,
    }
    POOL_MEM buf(PM_MESSAGE);
          
-#define new_db_get_file_list
+/* 
+ * Note! Turned off by KES 25Jan09 because this SELECT fails
+ *   on my system.  Failure message sent to Eric.
+ */
+//#define new_db_get_file_list
 #ifdef new_db_get_file_list
    /* This is broken, at least if called from ua_restore.c */
    Mmsg(buf,
index 607ae93e4cf646285009f5e7e568c9920bf12f1e..5c94b048139734c8dc5700def47a6165c255226d 100644 (file)
@@ -22,7 +22,7 @@ LIBS        += -L../lib -lbaccfg -lbac @OPENSSL_LIBS@
 LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
 LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
 QMAKE_LINK   = $${LIBTOOL_LINK} $(CXX)
-QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} $(COPY_PROGRAM)
+QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p
 QMAKE_CLEAN += .libs/bat 
 
 qwt {
index 4f7df6759047aac509ec4af044244310f6145cf9..a2433b5ceecee30b70d4ee11871b41615233a931 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.5.30"
-#define BDATE   "24 January 2009"
-#define LSMDATE "24Jan09"
+#define VERSION "2.5.31"
+#define BDATE   "25 January 2009"
+#define LSMDATE "25Jan09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 3ecd8e50fda22d757ed81324d227b800700b8695..63aecf50d35172231e81cb782e665923d41b24e4 100644 (file)
@@ -10,6 +10,11 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+25Jan09
+kes  Turn off db_get_file_list() giant SQL because if fails on
+     my production machine.
+kes  Fix bat.pro.in so that bat is properly installed rather
+     than just copied.
 24Jan09
 kes  Modify search for .conf file so that if one is given on
      the command line, it will be used, otherwise it will use