Reputation: 3
I have a PHP based multi-threaded application that I'm try to get working with the HandlerSocket plugin for MySql.
When running as a single process it works fine. When I start multi threading it, I get an error when inserting - it just says "167".
I have occasionally gotten "121" - which I've figured out means duplicate key error.
Any clues?
Thanks!
Upvotes: 0
Views: 576
Reputation: 4187
Apparently...
MySQL error code 167: Failed to set row auto increment value
Upvotes: 1