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:
@@ -99,7 +99,8 @@ int main()
|
||||
myNdbOperation->setValue("ATTR2", 20 + i);
|
||||
|
||||
// Prepare transaction (the transaction is NOT yet sent to NDB)
|
||||
myNdbTransaction[i]->executeAsynchPrepare(Commit, &callback, NULL);
|
||||
myNdbTransaction[i]->executeAsynchPrepare(NdbTransaction::Commit,
|
||||
&callback, NULL);
|
||||
}
|
||||
|
||||
// Send all transactions to NDB
|
||||
|
Reference in New Issue
Block a user