mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
wl1744 - win compile fixes
ndb/include/kernel/signaldata/RepImpl.hpp: more win-compile-fixes ndb/include/mgmapi/mgmapi.h: more win-compile-fixes ndb/include/ndbapi/NdbConnection.hpp: more win-compile-fixes ndb/src/common/util/Properties.cpp: more win-compile-fixes ndb/src/kernel/blocks/dbdict/Dbdict.cpp: more win-compile-fixes ndb/src/kernel/blocks/dbdict/Dbdict.hpp: more win-compile-fixes ndb/src/kernel/blocks/dbdih/Dbdih.hpp: more win-compile-fixes ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: more win-compile-fixes ndb/src/kernel/blocks/grep/Grep.cpp: more win-compile-fixes ndb/src/mgmsrv/Config.cpp: more win-compile-fixes ndb/src/mgmsrv/ConfigInfo.cpp: more win-compile-fixes ndb/src/mgmsrv/InitConfigFileParser.cpp: more win-compile-fixes ndb/src/ndbapi/NdbBlob.cpp: more win-compile-fixes ndb/src/ndbapi/NdbConnection.cpp: more win-compile-fixes ndb/src/ndbapi/NdbImpl.hpp: more win-compile-fixes ndb/src/ndbapi/NdbOperationExec.cpp: more win-compile-fixes ndb/test/ndbapi/testOperations.cpp: more win-compile-fixes sql/ha_ndbcluster.cc: more win-compile-fixes
This commit is contained in:
@ -93,7 +93,7 @@ public:
|
||||
Uint32 subscriptionId;
|
||||
Uint32 subscriptionKey;
|
||||
Uint32 senderNodeId;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepGetGciReq
|
||||
@ -151,7 +151,7 @@ public:
|
||||
Uint32 lastPSGCI;
|
||||
Uint32 firstSSGCI;
|
||||
Uint32 lastSSGCI;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepGetGciBufferReq {
|
||||
@ -213,7 +213,7 @@ public:
|
||||
Uint32 lastSSGCI;
|
||||
Uint32 currentGCIBuffer;
|
||||
Uint32 nodeGrp;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepInsertGciBufferReq
|
||||
@ -252,7 +252,7 @@ public:
|
||||
Uint32 nodeGrp;
|
||||
Uint32 tableId;
|
||||
Uint32 force;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepInsertGciBufferConf
|
||||
@ -310,7 +310,7 @@ public:
|
||||
Uint32 lastGCI;
|
||||
Uint32 currentGCI;
|
||||
Uint32 nodeGrp;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepClearPSGciBufferConf
|
||||
@ -367,7 +367,7 @@ public:
|
||||
Uint32 lastGCI;
|
||||
Uint32 currentGCI;
|
||||
Uint32 nodeGrp;
|
||||
GrepError::Code err;
|
||||
GrepError::GE_Code err;
|
||||
};
|
||||
|
||||
class RepClearSSGciBufferConf
|
||||
|
Reference in New Issue
Block a user