From 1a72db3640fb65c4825534e0c852919b38823f08 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 13 Aug 2010 09:46:33 +0200 Subject: [PATCH] Tweak fix bad quoting in make_mysql_tables.in --- bacula/src/cats/make_mysql_tables.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 6cf24a3f67..c053bc8ab4 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -324,8 +324,8 @@ CREATE TABLE UnsavedFiles ( CREATE TABLE Counters ( Counter TINYBLOB NOT NULL, - `MinValue` INTEGER DEFAULT 0, - `MaxValue` INTEGER DEFAULT 0, + 'MinValue' INTEGER DEFAULT 0, + 'MaxValue' INTEGER DEFAULT 0, CurrentValue INTEGER DEFAULT 0, WrapCounter TINYBLOB NOT NULL, PRIMARY KEY (Counter(128)) -- 2.39.5