From: Kern Sibbald Date: Wed, 13 Oct 2004 20:55:41 +0000 (+0000) Subject: Fix MySQL syntax error X-Git-Tag: Release-1.36.0~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e81d4f9e8bdc70a5a52d9cd03e4357e6e20f9acb;p=bacula%2Fbacula Fix MySQL syntax error git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1646 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index f4395b6668..b51c33192e 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -116,7 +116,7 @@ CREATE TABLE Media ( MediaAddressing TINYINT NOT NULL DEFAULT 0, VolReadTime BIGINT UNSIGNED NOT NULL DEFAULT 0, VolWriteTime BIGINT UNSIGNED NOT NULL DEFAULT 0, - EndFile INTEGER UNSIGNED NOT NULL DEFAULT 0; + EndFile INTEGER UNSIGNED NOT NULL DEFAULT 0, EndBlock INTEGER UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY(MediaId), INDEX (PoolId)