Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission IDs incrementing by 5 for every submission #23

Closed
tfoote opened this issue Jul 21, 2014 · 2 comments
Closed

Submission IDs incrementing by 5 for every submission #23

tfoote opened this issue Jul 21, 2014 · 2 comments

Comments

@tfoote
Copy link
Contributor

tfoote commented Jul 21, 2014

Our instance is creating new submissions with the ID incrementing by 5 for each submission. The list of IDs for our submissions looks like the following.

1,6,11,16,21,26,31,....

I've searched for any setting like this but haven't found anything I believe is causing this problem.

We're currently running: 4972c80

Otherwise everything is operating as expected.

After tomorrow I'll be happy to mess with it and debug if that would help find the root cause.

@kohler
Copy link
Owner

kohler commented Jul 21, 2014

Look there:

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

99% sure this is a local configuration issue on your server

@tfoote
Copy link
Contributor Author

tfoote commented Jul 21, 2014

That's exactly what's happening. Thanks!

@tfoote tfoote closed this as completed Jul 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants