mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
changed to using NdbTransaction scoped enums
and removed usage of Ndb::waitUntilReady()
This commit is contained in:
@@ -381,7 +381,7 @@ int populate(Ndb * myNdb, int data, async_callback_t * cbData)
|
||||
}
|
||||
|
||||
/*Prepare transaction (the transaction is NOT yet sent to NDB)*/
|
||||
transaction[current].conn->executeAsynchPrepare(Commit,
|
||||
transaction[current].conn->executeAsynchPrepare(NdbTransaction::Commit,
|
||||
&callback,
|
||||
cb);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user