diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-06-29 14:56:02 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-06-29 14:56:02 +0000 |
commit | a99f5c423cddf03e7349c367c5a749057ae8ce41 (patch) | |
tree | b2cc845840dbff2824923619f3419d15d3727b27 /ndb/include | |
parent | dddcc371fdaeba555e8b48e13910a85c532d1c07 (diff) | |
download | mariadb-git-a99f5c423cddf03e7349c367c5a749057ae8ce41.tar.gz |
fixed compile of shm transporter
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/mgmapi/mgmapi_config_parameters.h | 2 | ||||
-rw-r--r-- | ndb/include/transporter/TransporterDefinitions.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ndb/include/mgmapi/mgmapi_config_parameters.h b/ndb/include/mgmapi/mgmapi_config_parameters.h index c6c6ccdc880..3eca49055fe 100644 --- a/ndb/include/mgmapi/mgmapi_config_parameters.h +++ b/ndb/include/mgmapi/mgmapi_config_parameters.h @@ -88,11 +88,11 @@ #define CFG_CONNECTION_CHECKSUM 403 #define CFG_CONNECTION_NODE_1_SYSTEM 404 #define CFG_CONNECTION_NODE_2_SYSTEM 405 +#define CFG_CONNECTION_SERVER_PORT 406 #define CFG_TCP_HOSTNAME_1 450 #define CFG_TCP_HOSTNAME_2 451 #define CFG_TCP_SERVER 452 -#define CFG_TCP_SERVER_PORT 453 #define CFG_TCP_SEND_BUFFER_SIZE 454 #define CFG_TCP_RECEIVE_BUFFER_SIZE 455 #define CFG_TCP_PROXY 456 diff --git a/ndb/include/transporter/TransporterDefinitions.hpp b/ndb/include/transporter/TransporterDefinitions.hpp index cb859e310db..0301d12348f 100644 --- a/ndb/include/transporter/TransporterDefinitions.hpp +++ b/ndb/include/transporter/TransporterDefinitions.hpp @@ -69,6 +69,7 @@ struct TCP_TransporterConfiguration { * SHM Transporter Configuration */ struct SHM_TransporterConfiguration { + Uint32 port; NodeId remoteNodeId; NodeId localNodeId; bool compression; |