can you have a collumn roll over with auto_increment



I have an integer field that tracks entries. The question I have is
can I set an option so that when auto_increment reaches it's maximum
integer value, it will start all over at zero. I'm deleting every 15
minute the earlier entries, so I'm not too worried about the table
growing too large. Can mysql be set to roll once it's max value is
reached?

Thanks
Mike

.



Relevant Pages

  • Re: Postgres or Mysql
    ... > Last I heard mysql does no type checking on values inserted into a ... > You can insert the string "big dog" into an integer field and get no ...
    (comp.databases.informix)
  • Re: Postgres or Mysql
    ... Last I heard mysql does no type checking on values inserted into a ... You can insert the string "big dog" into an integer field and get no ...
    (comp.databases.informix)