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

@@ -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);
/**