]> git.sur5r.net Git - bacula/rescue/commit
A better fix for the WIN32_VSS bug that Kern discovered.
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 10:29:01 +0000 (10:29 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 10:29:01 +0000 (10:29 +0000)
commitbf6f7dee1971e40fe2448f0190a0b44cf9d1eb02
tree78d611e83c83ae953f4e598390c40d59f81cda8c
parenta59ecac9902e73a31a4fbbf1acc2cc14d6069304
A better fix for the WIN32_VSS bug that Kern discovered.

Create a separate DLL for each database interface.  Then rename it to
bacula_cats.dll during installation.

Move sql_cmd.c from src/dird to src/cats.

Create a header file for the constants exported from sql_cmd.c.

Removed local extern definitions from cats *.c files, put them in sql_cmd.h.

Added Windows version of the database scripts.  In some cases these scripts are placeholders and more work is needed to make them execute.

Eliminated the need to install the database dlls in a client only installation.