Re: [Bacula-devel] Differences between updated and newly created databases

2017-11-06 Thread Kern Sibbald
Hello Carsten, For the moment CacheRetention is not used, so there is not a problem.  Later when cacheretention is used, the type should probably be fixed to be the same across databases, but in reality, it makes no difference if it is an integer or unsigned integer unless the user is trying t

[Bacula-devel] Differences between updated and newly created databases

2017-11-05 Thread Carsten Leonhardt
Hi, there are differences in the data type for used for CacheRetention, in some cases it's "BIGINT" and sometimes "BIGINT UNSIGNED". Is that ok? Quick check: $ cd src/cats; grep -i CacheRetention *_tables.in $ grep -i CacheRetention *_tables.in make_mysql_tables.in: CacheRetention BIGINT UNSIG