From 06d192f740d5cfc9a13ca56756f74658661a7141 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 6ebfc8f915..71b4fff695 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)) -- 2.39.2