MySQL Forums
Forum List  »  Connector/Node.js

MySQL Cluster Javascript Connector Auto-Increment on BIGINT Broken?
Posted by: Bob Smith
Date: November 18, 2013 01:43PM

Hi!

I created a table with an auto-increment BIGINT field and when I create a new rows, that field gets only odd numbers such that it seems to believe there was an extra insert somewhere.

In other words, starting with an empty table and doing, for example, 5 persist calls in a row will create ids 1, 3, 5, 7, 9.

Anyone else seeing this?

Thanks!



Edited 1 time(s). Last edit at 11/18/2013 01:44PM by Bob Smith.

Options: ReplyQuote


Subject
Written By
Posted
MySQL Cluster Javascript Connector Auto-Increment on BIGINT Broken?
November 18, 2013 01:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.