]> git.sur5r.net Git - bacula/bacula/commit
Add support for transactions. Normal operations for Ingres is to make things one...
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 5 Apr 2010 11:38:12 +0000 (13:38 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Apr 2010 11:32:34 +0000 (13:32 +0200)
commit746626e78f27849c603fc89eeab9d9093d0fa4dd
treeeab2ad422e68a70ce231e30fced3e780d896dd17
parent65e9ccf4e2ede3aed10c5f769e3f86544143a8d2
Add support for transactions. Normal operations for Ingres is to make things one big transaction.
The old code never commits anything and as such you loose all state on exit of the dird.
Now we always commit our work unless we are in a transaction.
bacula/src/cats/ingres.c
bacula/src/cats/myingres.c
bacula/src/cats/myingres.h
bacula/src/cats/myingres.sc
bacula/src/cats/myingres.sh