mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new mysql-test/lib/mtr_timer.pl: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/ha_innodb.cc: Auto merged storage/ndb/include/kernel/signaldata/DumpStateOrd.hpp: Auto merged storage/ndb/include/kernel/signaldata/StartPerm.hpp: Auto merged storage/ndb/include/kernel/signaldata/TcContinueB.hpp: Auto merged storage/ndb/include/mgmapi/ndbd_exit_codes.h: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Auto merged storage/ndb/src/kernel/error/ndbd_exit_codes.c: Auto merged storage/ndb/src/kernel/vm/TransporterCallback.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/Ndbif.cpp: Auto merged storage/ndb/src/ndbapi/TransporterFacade.cpp: Auto merged storage/ndb/test/include/NdbRestarter.hpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged storage/ndb/test/ndbapi/testSystemRestart.cpp: Auto merged storage/ndb/test/ndbapi/testTimeout.cpp: Auto merged storage/ndb/test/run-test/conf-daily-devel-ndbmaster.txt: Auto merged storage/ndb/test/run-test/conf-dl145a.txt: Auto merged storage/ndb/test/run-test/conf-ndbmaster.txt: Auto merged storage/ndb/test/run-test/ndb-autotest.sh: Auto merged storage/ndb/test/src/NdbRestarter.cpp: Auto merged storage/ndb/test/run-test/conf-shark.txt: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: merge storage/ndb/src/ndbapi/TransporterFacade.hpp: merge storage/ndb/test/run-test/Makefile.am: merge storage/ndb/test/run-test/daily-basic-tests.txt: merge storage/ndb/tools/desc.cpp: merge
This commit is contained in:
commit
b70b75567a
30 changed files with 1133 additions and 317 deletions
|
|
@ -128,7 +128,11 @@ public:
|
|||
DihAllAllowNodeStart = 7016,
|
||||
DihMinTimeBetweenLCP = 7017,
|
||||
DihMaxTimeBetweenLCP = 7018,
|
||||
// 7019
|
||||
// 7020
|
||||
// 7021
|
||||
EnableUndoDelayDataWrite = 7080, // DIH+ACC+TUP
|
||||
DihSetTimeBetweenGcp = 7090,
|
||||
DihStartLcpImmediately = 7099,
|
||||
// 8000 Suma
|
||||
// 12000 Tux
|
||||
|
|
|
|||
|
|
@ -64,5 +64,11 @@ private:
|
|||
|
||||
Uint32 startingNodeId;
|
||||
Uint32 errorCode;
|
||||
|
||||
enum ErrorCode
|
||||
{
|
||||
ZNODE_ALREADY_STARTING_ERROR = 305,
|
||||
InitialStartRequired = 320
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ private:
|
|||
CHECK_WAIT_DROP_TAB_FAILED_LQH = 16,
|
||||
TRIGGER_PENDING = 17,
|
||||
|
||||
DelayTCKEYCONF = 18
|
||||
DelayTCKEYCONF = 18,
|
||||
ZNF_CHECK_TRANSACTIONS = 19
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -74,9 +74,7 @@ typedef ndbd_exit_classification_enum ndbd_exit_classification;
|
|||
#define NDBD_EXIT_SR_OTHERNODEFAILED 2308
|
||||
#define NDBD_EXIT_NODE_NOT_DEAD 2309
|
||||
#define NDBD_EXIT_SR_REDOLOG 2310
|
||||
/*
|
||||
#define NDBD_EXIT_SR_RESTARTCONFLICT 2311
|
||||
*/
|
||||
#define NDBD_EXIT_NO_MORE_UNDOLOG 2312
|
||||
#define NDBD_EXIT_SR_UNDOLOG 2313
|
||||
#define NDBD_EXIT_MEMALLOC 2327
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue