If mysql_insert_id adds a record to a an auto-incremental file, is there a simple way of deleting a record and then moving all the records below that point, up one notch to fill the gap and make sure that the sequence numbers of the index remain with a difference of 1 between the index before and the index after.