]> 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)
commit3ee85577570cd7be16bc99b555fa8dd33aeebd67
tree0a927d746c7095ba440b603ad099594ef46ee1a8
parent537ef1403f7242bcae89d5cac323cb107f7ede33
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