1
0
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:
tomas@poseidon.ndb.mysql.com
2005-01-05 17:59:24 +01:00
parent 6f9e9b55da
commit 79fb236b0a
18 changed files with 119 additions and 75 deletions

View File

@@ -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