well i have about seven columns with, say, column 1 on auto_increment. I'm then saying INSERT INTO table (col2, col3, col4...) VALUES (val2, val3, val4...); Notice I'm not putting anything in for the auto_increment column but it's values are 1, 5, 9...
This is by hand in management software or from some program? I had a similar problem once (only by two's, though) in which my PHP code had a logic bug and was inserting the data twice each time.
Oh I see, no this is through the C API and there is only one item being entered each time.
I am confised cos I've spoken to another guy here who says he's had the same thign on his software and he doesn't know why! he also said that his fluctuates on the same data set between incrementing in 1's and 4's!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.