[phpOpenTracker-devel] [Bug #6117] Generated ID:s larger than MySQL INT
[email protected] Tue, 17 Jan 2006 15:22:21 +0200 (EET)
| Newsgroups | gmane.comp.web.phpopentracker.devel |
|---|---|
| Message-ID | <[email protected]> |
Bug #6117, was updated on 2006-Jan-17 15:22 Here is a current snapshot of the bug. Project: phpOpenTracker Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: dubya Assigned to : none Summary: Generated ID:s larger than MySQL INT Details: The ID:s generated by phpOpenTracker become larger than the INT type in MySQL, capping the values at 2147483647. This happens with PHP5. Changing all id:s (accesslog_id, visitor_id ...) in all tables to BIGINT fixed the problem. For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=6117&group_id=2025