Don't delete account_id row on MySQL

If the table is an InnoDB table deleting the row after allocation
may cause the sequence to reset when the server restarts, giving
out duplicate account_ids later.

Change-Id: I3e81df92a2a09c2024e047d5eef349f6524f83db
1 file changed