Hide Forgot
After three failed attempts... it succeeds, but with Content Spec ID 4?? Content Specification ID: 4 Revision: 5 [jwulf@gaura dumps]$ skynet pull --post -c 3 Skynet client version: 10.0 Loading configuration from /home/jwulf/.config/skynet.ini Web Service at http://localhost:8080/ version: 10.0 INFO: No data was found for the specified ID!
That is a part of MySQL, it increments the AUTO_INCREMENT id outside of the transaction and only holds the lock until the end of the SQL statement. Reference: http://dev.mysql.com/doc/refman/5.1/en/innodb-auto-increment-handling.html
This is fixed now, so we auto increment it our self inside the CSProcessor instead of using the database's AUTO_INCREMENT. It checks for the content spec Max ID then increments it by 1 once a valid content spec is processed.