From: Kern Sibbald Date: Fri, 13 Aug 2010 08:03:13 +0000 (+0200) Subject: Tweak fix MySQL quoting again :-( X-Git-Tag: Release-7.0.0~1485 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=057312b2302ae774d35cd41e7ff5a682df841c0b;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 71b4fff695..24bd0a9c70 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -355,8 +355,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))