From: Kern Sibbald Date: Fri, 13 Aug 2010 08:03:13 +0000 (+0200) Subject: Tweak fix MySQL quoting again :-( X-Git-Tag: Release-5.2.1~1020 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9be8c0c13faf5d41df5a0ee2f3c5bebf165e2d30;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))