An error occurred fetching the project authors.
- 15 Jul, 2005 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
+ added close of some fd's + debug prints
-
- 14 Jul, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
+ added close of some fd's + debug prints
-
- 01 Jun, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 04 Mar, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 23 Feb, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 17 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 14 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
use m_cofigMutex when configuration is accessed use c++ iteration interface everywhere in MgmtSrvr code use NDB_INVALID_SOCKET everywhere in Services.cpp
-
- 09 Feb, 2005 1 commit
-
-
stewart@mysql.com authored
Treat the management server specially. It should always be the server in a transporter as we then have a known port to connect to on node restart. allows a mgm connection (i.e. to the management server port, our known port) to be transformed into a transporter connection. Also, clean up the struct TransporterConfiguration (used to be a struct for each transporter type. now there's just one)
-
- 19 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 18 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 12 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
When a node restarts it starts over again with fetching the configuration - It is not sure that it can use the "old dynamically allocated port number" again. - It should however try to reuse the old one, if not possible it should allocate a new one. One has to be able to distinguish between portnumbers specified originally in the config, and ones that has been dynamically added (the latter may be changed if "busy", but the first cannot be changed). We use negative portnumbers for ports that are ok to change.
-
- 09 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
removed grep event and added congestion event more docs changed some naming, expecially regarding severities added config param for logevel for congestion
-
- 23 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
In "client connect thread", let the client read the port to connect to using ndb_mgm_get_connection_int_parameter. The request for the port is resent on every connect attempt.
-
- 20 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
Implementation of "get connection parameter" mgmd call for getting from mgmd what port to use for a connection between two nodes. (The actual use of this function is not yet implemented)
-
- 16 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
Dynamic port allocation of cluster nodes: Impl 1 is reporting the port used back to the mgmd. No actual dynamic ports.
-
- 13 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
Add facility to report back to ndb_mgmd what port was used for a connection. We do not actually do the reporting back yet.
-
- 12 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added start backup parameter to enable setting wait state and set different timeouts depending on waitstate moved listen of backup event out of backup and into separete thread thread created at connect() and destroyed at disconnect() added start backup command options "nowait" "wait completed" "wait started" fixed log level settings
-
- 08 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
+ some extra debug printouts
-
- 07 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 06 Dec, 2004 2 commits
-
-
stewart@mysql.com[stewart] authored
Integrate suggestions from Tomas Ulin's mail. (r.e. reporting an error in the case of endianness mismatch).
-
stewart@mysql.com[stewart] authored
-
- 30 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added ndb_mgm_check_connection when error is printed
-
- 29 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added new error type "configuration or application error" Added check if backup is issued during diskless mode, backup refuse returned added possibility to get error code as a result from management client addded possibility to set connecstring with CONNECT command changed to use strcasecmp instead of strcmp added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails made thread safe veriosn of getErrorText in management server aligned backup errorcodes with rest of ndb error codes giving it range from 1300 print error message from regular ndberror struct added new arrer type "cofiguration or application error" commented on allocaded ranges for errors
-
- 16 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 11 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 09 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 02 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
remove compiler warning patch for my_vsnprintf not dully implemented patch for platfroms that return -1 on snprintf overflow compile fix for hpux
-
- 23 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 21 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
provite declarations for signal print functions, needed on some platforms ome platforms don't like the length calculation for SignalDataPrintFunction so null terminate instead ome platforms complain about this extra level Logger::Logger:: null terminate SignalDataPrintFunctions instead move declaration of print function to SignalData.hpp just change from "" to <> in include moved double declatration of i out
-
- 20 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 12 Oct, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 20 Sep, 2004 1 commit
-
-
joreland@mysql.com authored
Use ndb_mgm_listen_event to wait for backup messages
-
- 17 Sep, 2004 3 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
joreland@mysql.com authored
Removed grep introduced bogus mgm call
-
- 16 Sep, 2004 2 commits
-
-
tomas@poseidon.(none) authored
added support for setting up multiple interfaces correct connect address for mgmt server bug, -l flag would be interpreted as connectstring added flag to remove all node id checks changed automatic allocation of ports somewhat
-
joreland@mysql.com authored
Add support for getting events via mgmapi removed all traces of stat port
-
- 09 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
fixed some mutex locks for Ndb objects moved TranspoterFacade::stop_instance to cluster connection moved Socket Server::start_server outside the TransporterFacade::start_instance thread
-