An error occurred fetching the project authors.
- 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 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
moved NdbWaiter, m_ndb_cluster_connection, to impl class moved node selection things to cluster connection moved all private things to impl class added opts for shared memory and node selection changed opts handling somewhat; introduced enum for options and common handling of option variables added checks for transporter support automatic addition of shared mem transporters moved wait_until_ready code to cluster connection added control of usage of new node selection method
-
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
-
-
konstantin@mysql.com authored
-
- 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 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
stewart@mysql.com authored
Starting ndb_mgmd on a host which isn't in the configuration file as the ndb_mgmd (e.g. the ip address is different) would have ndb_mgmd segfault. There was a check in the code, but it was (potentially) trying to dereference null
-
- 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
-
- 25 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
only try to connect to other ndb_mgmd if connect_string explicitly given or config_file not given
-
- 18 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes removed all dependencies of LocalConfig, except for mgmapi internals enabled multiple management servrs to fetch data configurations from eachother
-
- 16 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 11 Nov, 2004 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 09 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 01 Nov, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
joreland@mysql.com authored
Move init of node-init-mutex to before alloc node id
-
- 25 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 23 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 21 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
joreland@mysql.com authored
-
- 25 Sep, 2004 2 commits
-
-
joreland@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 21 Sep, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 17 Sep, 2004 7 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
removed some #id 0 code
-
tomas@poseidon.ndb.mysql.com authored
using tryBind instead to determine if we're "config host" is "local"
-
joreland@mysql.com authored
-
joreland@mysql.com authored
Removed grep introduced bogus mgm call
-
tomas@poseidon.(none) authored
-
- 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 4 commits
-
-
tomas@poseidon.(none) authored
compile error/warning fixes added force of heartbeat added ability to force heartbeat
-
tomas@poseidon.(none) authored
Added ability to force heartbeat
-
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
-
tomas@poseidon.(none) authored
put ByteOrder config param back as depricated
-
- 08 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
added sanity checks for config file changed so that ndb_0 is replaced by ndb_pid#### in ndb files added error_string for to some functions, alloc_node_id(), start() added better error printout for failed alloc node id better error printouts for failures when starting ndb_mgmd
-