]> 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)
committerKern Sibbald <kern@sibbald.com>
Sun, 29 Aug 2010 13:32:25 +0000 (15:32 +0200)
bacula/src/cats/make_mysql_tables.in

index c053bc8ab4a8ca689a15000ce239af1126f57e3d..2adf8c23acf58f3ae4fd500633e9665c94c5c29c 100644 (file)
@@ -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))