An error occurred fetching the project authors.
- 13 Oct, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
- ensure in ndb_mgmd that the stop command is not issued if a node is restarting - added some new error messages - in ndbcntr on master check so that node does not shutdown id shutdoen in progress
-
- 03 Oct, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 30 Sep, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
allow ndb_mgmd to use my.cnf for cluster configuration
-
- 22 Sep, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 21 Sep, 2005 1 commit
-
-
stewart@mysql.com authored
BUG#12037 ndb_mgmd IP address do not show in other ndb_mgmd processes Extend ApiVersionConf to include address.
-
- 20 Sep, 2005 1 commit
-
-
stewart@mysql.com authored
Some new code that does this job is being written against 5.1. This code is largely removed from that work.
-
- 12 Sep, 2005 4 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
tulin@dl145b.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 08 Sep, 2005 3 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 05 Sep, 2005 1 commit
-
-
tulin@dl145b.mysql.com authored
added parseable printout in ndb_restore
-
- 18 Aug, 2005 1 commit
-
-
jonas@eel.(none) authored
Split table version into 2 (major, minor) Impl. signaling to API when table has been altered Allow running transactions to use any minor number for transactions
-
- 15 Jul, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
BUG#11596 (partial fix), IP addresses not shown in ndb_mgm SHOW command on second ndb_mgmd (or on ndb_mgmd restart)
-
- 14 Jul, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added using ndb_end and showing mem allocation stat at exit added init of variable added destruction of LocalConfig to still memleak added delete of theFacade on exit stopSessions(true) on socket server to ensure destuction of threads added destruction of arbit manager thread added true option to stopSessions in transporter facade to ensure destructions of threads
-
- 22 Apr, 2005 1 commit
-
-
joreland@mysql.com authored
Redo abort handling according to descr. in Backup.txt bug#9960 - ndb backup increase wait completed timeout to 48 hours
-
- 12 Apr, 2005 2 commits
-
-
joreland@mysql.com authored
use DBUG_RETURN
-
joreland@mysql.com authored
Impl. stupid mgm lock against shutting down 2 nodes simultaniously Add some more dump
-
- 04 Mar, 2005 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 21 Feb, 2005 1 commit
-
-
joreland@mysql.com authored
(not to be merged as code has changed in 5.0)
-
- 16 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
changed to set NdbMgmHandle from IPPConfig, and use info from configuration, instead of mgm handle from config retrieval
-
- 15 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
small bugfix "ERROR Message: failed"
-
- 14 Feb, 2005 3 commits
-
-
tomas@poseidon.ndb.mysql.com authored
Make sure that the node itself is set in the m_connected_nodes when connected
-
tomas@poseidon.ndb.mysql.com authored
-
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)
-
- 01 Feb, 2005 1 commit
-
-
tulin@mysql.com authored
-
- 19 Jan, 2005 1 commit
-
-
tulin@build.mysql.com authored
corrected erroneous comparison boolean < 0
-
- 14 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
(Suggested by Tomas Ulin as part of review for WL2278)
-
- 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.
-
- 11 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 07 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 04 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
- Change configuration handling so that no default ports are given, but instead 0 is set (port to be dynamic) - TransporterRegistry::start_service now only tries to connect when fetched port number > 0
-
- 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.
-
- 22 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
changed name of g_eventLogger so it can be used in TransporterRegistry and is the same as in the kernel
-
- 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)
-