Hello!
I've a situation with Session object in Node.js API version of MySQL Cluster.
As the documentation says there must be one method called setLockMode():
http://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
But once I get the session object from a session factory, the method is simply not there. All other documented methods are present, but not this one.
Am I searching for the method in the wrong place or there is other way to do locking?
Thank you in advance for your answer!
I really tried to google for it, but found nothing.
I've a situation with Session object in Node.js API version of MySQL Cluster.
As the documentation says there must be one method called setLockMode():
http://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
But once I get the session object from a session factory, the method is simply not there. All other documented methods are present, but not this one.
Am I searching for the method in the wrong place or there is other way to do locking?
Thank you in advance for your answer!
I really tried to google for it, but found nothing.