From: Eric Bollengier Date: Tue, 10 Feb 2009 16:50:42 +0000 (+0000) Subject: ebl update catalog changes X-Git-Tag: Release-3.0.0~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02fa8591a87c8e9b595c99cddb98040635f3c2e6;p=bacula%2Fbacula ebl update catalog changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8444 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/next-beta.patch b/bacula/patches/testing/next-beta.patch index 8fc9af2641..2135ac2c3b 100644 --- a/bacula/patches/testing/next-beta.patch +++ b/bacula/patches/testing/next-beta.patch @@ -547,7 +547,7 @@ Index: src/cats/make_mysql_tables.in JobErrors INTEGER UNSIGNED DEFAULT 0, JobMissingFiles INTEGER UNSIGNED DEFAULT 0, PoolId INTEGER UNSIGNED DEFAULT 0 REFERENCES Pool, -@@ -116,7 +117,32 @@ +@@ -116,7 +117,33 @@ ); -- Create a table like Job for long term statistics @@ -576,12 +576,13 @@ Index: src/cats/make_mysql_tables.in + FileSetId INTEGER UNSIGNED DEFAULT 0, + PriorJobId INTEGER UNSIGNED DEFAULT 0, + PurgedFiles TINYINT DEFAULT 0, -+ HasBase TINYINT DEFAULT 0 ++ HasBase TINYINT DEFAULT 0, ++ INDEX (StartTime) + ); CREATE TABLE Location ( LocationId INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, -@@ -269,7 +295,7 @@ +@@ -269,7 +296,7 @@ BaseId INTEGER UNSIGNED AUTO_INCREMENT, BaseJobId INTEGER UNSIGNED NOT NULL REFERENCES Job, JobId INTEGER UNSIGNED NOT NULL REFERENCES Job, @@ -590,7 +591,7 @@ Index: src/cats/make_mysql_tables.in FileIndex INTEGER UNSIGNED, PRIMARY KEY(BaseId) ); -@@ -333,7 +359,7 @@ +@@ -333,7 +360,7 @@ ); -- Initialize Version