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
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