Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r16797 -r16813 --- branches/5.2.x/core/install.php (.../install.php) (revision 16797) +++ branches/5.2.x/core/install.php (.../install.php) (revision 16813) @@ -1,6 +1,6 @@ Conn->Query( 'ALTER TABLE ' . TABLE_PREFIX . 'UserSessionData - CHANGE `SessionKey` `SessionId` int unsigned NOT NULL DEFAULT "0"' + CHANGE `SessionKey` `SessionId` bigint unsigned NOT NULL DEFAULT "0"' ); }