I have a fresh install. Node types (page or story) take only odd number: node/1, node/3, node/5 etc
Is this normal? I would expect node/1, node/2, ...

Comments

stevenc’s picture

There is a setting in MySQL that defines the auto increment value used when generating ids. I would check to see if it's been changed from 1 to 2. This would cause the behavior that you are describing.

http://dev.mysql.com/doc/refman/5.0/en/replication-options-master.html#s...

---------------------------------
Steven Wright

Slalom

auris’s picture

It is a database issue indeed! My host has two servers and replicates the db between them. So, one server gives odd increment and the other even. So, if for any reason, the main server stops responding, the secondary will give id's than wont conflict on the next replication.

This is not a great issue for me. I'm using pathauto, so my nodes has alias.