]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Revert to database version 10
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 22 Mar 2008 08:24:40 +0000 (08:24 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 22 Mar 2008 08:24:40 +0000 (08:24 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6660 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/cats.h
bacula/src/cats/make_mysql_tables.in
bacula/src/cats/make_postgresql_tables.in
bacula/src/cats/make_sqlite3_tables.in
bacula/src/cats/make_sqlite_tables.in

index 22e4f538eb59dd247c045cce60901ec77662c5d0..7d7e94e7c08fa196054a35560cd3f75649fc4272 100644 (file)
@@ -87,7 +87,7 @@ typedef int (DB_RESULT_HANDLER)(void *, int, char **);
 #if defined(BUILDING_CATS)
 #ifdef HAVE_SQLITE
 
-#define BDB_VERSION 11
+#define BDB_VERSION 10
 
 #include <sqlite.h>
 
@@ -207,7 +207,7 @@ extern const char* my_sqlite_batch_fill_path_query;
 #ifdef HAVE_SQLITE3
 
 
-#define BDB_VERSION 11
+#define BDB_VERSION 10
 
 #include <sqlite3.h>
 
@@ -333,7 +333,7 @@ extern const char* my_sqlite_batch_fill_path_query;
 
 #ifdef HAVE_MYSQL
 
-#define BDB_VERSION 11
+#define BDB_VERSION 10
 
 #include <mysql.h>
 
@@ -415,7 +415,7 @@ extern void  my_mysql_free_result(B_DB *mdb);
 
 #ifdef HAVE_POSTGRESQL
 
-#define BDB_VERSION 11
+#define BDB_VERSION 10
 
 #include <libpq-fe.h>
 
@@ -529,7 +529,7 @@ extern const char* my_pg_batch_fill_path_query;
 
 #ifdef HAVE_DBI
 
-#define BDB_VERSION 11
+#define BDB_VERSION 10
 
 #include <dbi/dbi.h>
 
index 665dea42992c33de5ba11a52b59784ce66db799b..32a5b4d9843549ca14e05942ef6a8392025bb208 100644 (file)
@@ -336,7 +336,7 @@ CREATE TABLE Version (
    );
 
 -- Initialize Version           
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (10);
 
 END-OF-DATA
 then
index dbafefe5273c3f7686bfbc227a85e34928e7d496..d63e2de69912d08b1e3768022c5eccbce3b87836 100644 (file)
@@ -372,7 +372,7 @@ INSERT INTO Status (JobStatus,JobStatusLong) VALUES
 INSERT INTO Status (JobStatus,JobStatusLong) VALUES
    ('i', 'Doing batch insert file records');
 
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (10);
 
 -- Make sure we have appropriate permissions
 
index 9d1900d847a0fe5e13a3e39e148b92f126d10268..aea3628f6e8f3b105735696a2dc6c6f9c045d915 100644 (file)
@@ -357,7 +357,7 @@ INSERT INTO Status (JobStatus,JobStatusLong) VALUES
 
 
 -- Initialize Version           
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (10);
 
 
 PRAGMA default_cache_size = 100000;
index b9880fb55136295fe94cf91a12f493fe5960b0f8..6173a56a59861a14d712e806054231d7b618f554 100644 (file)
@@ -357,7 +357,7 @@ INSERT INTO Status (JobStatus,JobStatusLong) VALUES
 
 
 -- Initialize Version           
-INSERT INTO Version (VersionId) VALUES (11);
+INSERT INTO Version (VersionId) VALUES (10);
 
 
 PRAGMA default_synchronous = OFF;