Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Links give same ID to each Link

Quote Reply
Links give same ID to each Link
For some wierd reason, links is giving the same ID to each link, thus, No one can add links :(. Ive spent days trying to figure out why it gave each link this seemingly arbitrary number, and in my frustration i did a grep adn found this function in the mysql driver directory:

Code:
function TestMax()
return '4294967295';

So, I assume that whenever links is trying to add alink, SQL is giving it the max ID, even though the _ID key is supposed to be unique. Has anyone ever run into this problem?
Quote Reply
Re: [shackman] Links give same ID to each Link In reply to
Solution: REPAIR TABLE llsql_Links EXTEMDED;
then reset the auto incrememnt with alter table