]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1859
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Jun 2012 15:05:35 +0000 (17:05 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:51 +0000 (14:50 +0200)
commit7722590216ce1d7c98aa218833e2e54e38f0d6ac
tree41879da5b5ef6bcfa7ea31ff21f3fe7e537001f9
parentc18bf7229fa2070d98902a00995023d4c33fe57c
Fix bug #1859

SQL syntax error in UPDATE Counters and INSERT INTO Counters using
"Counters.MinValue" and "Counters.MaxValue"

Create specific queries in sql_cmds.c for the two queries in the
code that select and update counter records in the database.

All default queries in the sql_cmds.c are static from now on as
we don't want to polute the namespace with data that is only used
within sql_cmds.c to initialize the backend specific sql tables.

Removed all trailing spaces in sql_cmds.c
bacula/src/cats/sql_cmds.c
bacula/src/cats/sql_cmds.h
bacula/src/cats/sql_get.c
bacula/src/cats/sql_update.c