Daniel-Constantin Mierla writes:
But as soon as a value goes negative, things get
broken. For example,
with the modules storing expire/lifetime (e.g., usrloc, dialog) being
timestamp + interval, if interval is very long, then the value goes over
mid of UNSIGNED, practically becoming negative when using DB1_INT to
send to db insert command, and mysql will store 0.
I have large integer value 4294967295 in defunct column of lcr_gw table.
Type of defunct column is unsigned int. I guess that is the one giving
the trouble.
-- Juha