Partha,

On 5/16/05, Partha Dutta <[EMAIL PROTECTED]> wrote:
> This may not be a very elegant solution, but you can do this just to get the
> inserts going again:
> 
> ALTER TABLE users
> MODIFY COLUMN uid INTEGER UNSIGNED NOT NULL AUTO_INCREMENT;
> 
> If you don't have any negative uids, then you will be able to store 2
> billion more uids.

Although I haven't tried this, I guess it'd possibly work - but I'm
trying to have a linear uid column, as it has relations with some
other tables (where the linearity of this field is crucial).
Nevertheless, I'll try it ASAP and I'll get back to you.

Thank you,
Ricardo

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to