]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Jun 2012 15:05:35 +0000 (17:05 +0200)
commit26aba4aed667a1028e838467251379386c8f751d
tree0adcea498e1e0c430d931b34b889d82cdfb3c65b
parentab7f83e12bb6f87e537a5e921fdf36d0def75d6d
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