From: Kern Sibbald Date: Fri, 13 Aug 2010 08:03:13 +0000 (+0200) Subject: Tweak fix MySQL quoting again :-( X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07742830ea9b20b7d6bd2ca48e1a42af55c1a935;p=bacula%2Fbacula Tweak fix MySQL quoting again :-( --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index c053bc8ab4..2adf8c23ac 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))