]> git.sur5r.net Git - bacula/bacula/commit
Added limit_filter which rewrites queries which use the LIMIT functions into
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 2 Apr 2010 07:23:10 +0000 (09:23 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Apr 2010 11:19:59 +0000 (13:19 +0200)
commitf3a744e60e9af7fad0efd26555da57e98d647feb
treec7b7bc908db07fb98ed8354887fdde846710842a
parent172a2f4c66c651bb29610cce72d15061e7c94509
Added limit_filter which rewrites queries which use the LIMIT functions into
something Ingres can understand. Removed all static functions from the myingres.sh
file as they are no longer an exported interface (we can always put that back when
we have the need to export more functions). Some other rewrites of the code
to make it somewhat cleaner.
bacula/src/cats/cats.h
bacula/src/cats/ingres.c
bacula/src/cats/myingres.sc
bacula/src/cats/myingres.sh