Hi, I was having the issues with the thold plugin, I can't change a upper limit to value grater the 2G. The problem is the field "thold_hi" is defined like int(50), this means, integer 32 bits. In the new version change to varchar(100), because is better to continue use integers, we can change to bigint ( 8 Bytes ) instead of varchar or int.
The same mistake is on the field "bl_ref_time" in the same table. In the table thold_template also have the same mistake.
Bad SQL data type definition on the table thold_data
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 0 guests