]> git.sur5r.net Git - bacula/bacula/commit
Fix the insert_autokey_record functions to be 64bit compliant. This fixes
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 30 Aug 2010 08:38:04 +0000 (10:38 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Sep 2010 16:33:27 +0000 (18:33 +0200)
commite1ca33e6dd1cbd85a4b2271522493874f6e6b638
tree6beb4795afca54ba98ecdc0d4230e63d0b7482c6
parentc1c6fbe166a0336d499550112396b8de697a1fa1
Fix the insert_autokey_record functions to be 64bit compliant. This fixes
a long standing bug in the postgresql code where the id was converted
using atoi which is now changed into a str_to_int64.
bacula/src/cats/cats.h
bacula/src/cats/dbi.c
bacula/src/cats/mysql.c
bacula/src/cats/postgresql.c
bacula/src/cats/sqlite.c