]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak fix MySQL quoting again :-(
authorKern Sibbald <kern@sibbald.com>
Fri, 13 Aug 2010 08:03:13 +0000 (10:03 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 14 Oct 2010 08:25:09 +0000 (10:25 +0200)
bacula/src/cats/make_mysql_tables.in

index 71b4fff695213a36a76e9a6c210b47ee8a86948d..24bd0a9c70143eeb9225aad98e283e742b784802 100644 (file)
@@ -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))