X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=59ef1f2ca17ef5d1432e9ab5d564c796d391a407;hb=1f190fce0793dc9dd6b9c2fddb9c250915fa8d69;hp=f0c5028c58b104ffa406242c0822118a359778f2;hpb=568b00cd536edc659ef13ddf625222d4523d0f25;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index f0c5028c58..59ef1f2ca1 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.1.8" -#define BDATE "12 April 2007" -#define LSMDATE "12Apr07" +#define VERSION "2.3.6" +#define BDATE "16 October 2007" +#define LSMDATE "16Oct07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */ @@ -19,8 +19,8 @@ many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation plus additions - that are listed in the file LICENSE. + License as published by the Free Software Foundation and included + in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -57,6 +57,16 @@ #define SMCHECK #endif +/* + * for fastest speed but you must have a UPS to avoid unwanted shutdowns + */ +#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF" + +/* + * for more safety, but is 30 times slower than above + */ +//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL" + /* * This should always be on. It enables data encryption code * providing it is configured. @@ -70,13 +80,6 @@ */ #define USE_BSNPRINTF 1 -/* - * Turn on the following flag to enable batch attribute inserts - * in the catalog. This gives a large speedup. - */ -#define HAVE_BATCH_FILE_INSERT 1 - - /* Debug flags not normally turned on */ /* #define TRACE_JCR_CHAIN 1 */