diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-05 17:59:24 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-05 17:59:24 +0100 |
commit | 3add897ef9126487a5d6bf299bc46268df17072e (patch) | |
tree | 31a7aa1cf97babdadbd0e3128ce315f9ed3ae400 /ndb/include/ndbapi/NdbTransaction.hpp | |
parent | ae736acfc3d94537d48be8d85d2c260154d76a52 (diff) | |
download | mariadb-git-3add897ef9126487a5d6bf299bc46268df17072e.tar.gz |
changed to using NdbTransaction scoped enums
and removed usage of Ndb::waitUntilReady()
Diffstat (limited to 'ndb/include/ndbapi/NdbTransaction.hpp')
-rw-r--r-- | ndb/include/ndbapi/NdbTransaction.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbTransaction.hpp b/ndb/include/ndbapi/NdbTransaction.hpp index cbb3ca37994..78724206b4f 100644 --- a/ndb/include/ndbapi/NdbTransaction.hpp +++ b/ndb/include/ndbapi/NdbTransaction.hpp @@ -42,7 +42,7 @@ class NdbBlob; typedef void (* NdbAsynchCallback)(int, NdbTransaction*, void*); #endif -#ifndef DOXYGEN_SHOULD_SKIP_DEPRECATED +#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL enum AbortOption { CommitIfFailFree= 0, TryCommit= 0, |