mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged storage/ndb/include/ndbapi/Ndb.hpp: Auto merged
This commit is contained in:
@ -1055,6 +1055,7 @@ class Ndb
|
||||
friend class NdbDictInterface;
|
||||
friend class NdbBlob;
|
||||
friend class NdbImpl;
|
||||
friend class Ndb_internal;
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
@ -1042,6 +1042,13 @@ protected:
|
||||
*/
|
||||
Int8 m_abortOption;
|
||||
|
||||
/*
|
||||
* For blob impl, option to not propagate error to trans level.
|
||||
* Could be AO_IgnoreError variant if we want it public.
|
||||
* Ignored unless AO_IgnoreError is also set.
|
||||
*/
|
||||
Int8 m_noErrorPropagation;
|
||||
|
||||
friend struct Ndb_free_list_t<NdbOperation>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user