From 07742830ea9b20b7d6bd2ca48e1a42af55c1a935 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 13 Aug 2010 10:03:13 +0200 Subject: [PATCH] Tweak fix MySQL quoting again :-( --- 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 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)) -- 2.39.5