An error occurred fetching the project authors.
- 02 Jun, 2005 1 commit
-
-
tulin@dl145b.mysql.com authored
Bug #11050 ndb_mgm "show" prints incorrectly after master data node fails
-
- 16 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 01 Feb, 2005 1 commit
-
-
tulin@mysql.com authored
-
- 21 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 09 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
adopted to changes in mgmapi
-
- 17 Dec, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
removed TRACE from management client
-
tomas@poseidon.ndb.mysql.com authored
-
- 13 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 12 Dec, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
changed help text
-
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
-
- 09 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
some cleanup
-
- 08 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added sleep command to management client all for testing purposes
-
- 07 Dec, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
uppercase printout
-
tomas@poseidon.ndb.mysql.com authored
-
- 30 Nov, 2004 3 commits
-
-
tomas@poseidon.ndb.mysql.com authored
added extra calls to retrieve connectstring used reengineered connect somewhat to make retries etc explicit
-
tomas@poseidon.ndb.mysql.com authored
added ndb_mgm_check_connection when error is printed
-
tomas@poseidon.ndb.mysql.com authored
rewrote safer added return value to shutdown nicer printouts removed exit at shutdown
-
- 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
-
- 26 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added command CONNECT in management client added some verbose printouts removed prompt printout on !isatty(0)
-
- 18 Nov, 2004 3 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
.c -> .cc fix source dist problem for ndb fix type check problem for mysqladmin
-
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
-
- 14 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
kernel includes needed by ndb_restore changed link order moved LocalConfig to mgmapi Moved NdbConfig to Portlib mgmapi to use LocalConfig for connectstring parsing instead of it's own enable usage of "NULL" connectstring for default new ndbmgmclient lib that can be used by e.g. mysqladmin later LocalConfig no longer needed here, now in mgmapi Send connectstring to mgmapi instead added valid connectstring to be with only host without port i.e. valid connectstring =host1,host2,host3 default port will be added
-
- 11 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
removed some errorcodes not used
-
- 10 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added new variable for ndb port 1186 changed meaning of ndb_port_base to be default tcp port setting changed to use split between port and port_base for ndbcluster so that ndb_port and ndb_port_base are propagated to startscript for ndbcluster added larger space to pid print moved readAndExecute out of CommandInterpreter to avoid linking lib with readline added c-api to Ndb_mgmclient pass also ndb_port to make
-
- 09 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 08 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
created new facade object for CommandInterpreter removed CPC #if 0 code removed editline from mgmtsrver, no replace with readline since interface is obsolete anyways
-
- 21 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 20 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 10 Oct, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 04 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
switch to using my_ for heap allocations
-
- 30 Sep, 2004 1 commit
-
-
tomas@poseidon.ndb.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 1 commit
-
-
joreland@mysql.com authored
Removed grep introduced bogus mgm call
-
- 16 Sep, 2004 1 commit
-
-
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
-
- 15 Sep, 2004 2 commits
-
-
tomas@poseidon.(none) authored
removed help text for non implemented command
-
tomas@poseidon.(none) authored
-
- 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
-
- 06 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
-i depricated on ndbd fixed bug in shutdown command in ndb_mgm
-
- 27 Aug, 2004 1 commit
-
-
tomas@poseidon.(none) authored
-