mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndb - bug#10029 fix
ndb/include/kernel/signaldata/TuxMaint.hpp: handle multipl index update failure atomically ndb/src/kernel/blocks/dbtup/Dbtup.hpp: handle multipl index update failure atomically ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp: handle multipl index update failure atomically ndb/src/kernel/blocks/dbtup/Notes.txt: handle multipl index update failure atomically ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp: handle multipl index update failure atomically ndb/src/ndbapi/ndberror.c: handle multipl index update failure atomically ndb/test/ndbapi/testOIBasic.cpp: handle multipl index update failure atomically
This commit is contained in:
@ -36,8 +36,8 @@ public:
|
||||
};
|
||||
enum ErrorCode {
|
||||
NoError = 0, // must be zero
|
||||
SearchError = 895, // add + found or remove + not found
|
||||
NoMemError = 827
|
||||
SearchError = 901, // add + found or remove + not found
|
||||
NoMemError = 902
|
||||
};
|
||||
STATIC_CONST( SignalLength = 8 );
|
||||
private:
|
||||
|
Reference in New Issue
Block a user