summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient
Commit message (Expand)AuthorAgeFilesLines
* BUG#21530 The ndb_mgm management client doesn't set the exit status on errors...unknown2006-09-151-123/+195
* reengineered ndb_mgmd to use SignalSender and remove some multi user issuesunknown2005-09-121-4/+3
* Bug#12833 corrected parsing of CLUSTERLOG command in ndb_mgmunknown2005-08-311-35/+42
* misc (memleak) fixes:unknown2005-07-141-2/+6
* BUG#11898 ndb_mgmd not releasing resources, added "ping" on add_listenerunknown2005-07-141-6/+28
* CommandInterpreter.cpp:unknown2005-06-021-1/+2
* bug #8556 corrupt ndb_mgm show printout for certain configurationsunknown2005-02-161-8/+11
* cleanup and streamlining of thread create/exit in ndbunknown2005-02-011-5/+1
* Bug#8167 signal usage clash between mysql server and ndb shared memoryunknown2005-01-281-20/+3
* added config parameter Group on connectionunknown2004-12-201-1/+5
* added TRACE to managemnt serverunknown2004-12-171-1/+0
* removed more duplicated commands for management serverunknown2004-12-171-38/+0
* mergeunknown2004-12-173-383/+572
|\
| * fixed event thread for better error handlingunknown2004-12-131-11/+30
| * CommandInterpreter.cpp:unknown2004-12-131-1/+1
| * fix bug#7193unknown2004-12-131-35/+164
| * fixed so that trailing ';' are accepted by the ndb_mgm to be more "mysql clie...unknown2004-12-091-19/+32
| * added possibility for comment into management clientunknown2004-12-081-1/+7
| * added returntype BaseString& for ndb_upper and ndb_lower instead of voidunknown2004-12-071-1/+1
| * fixed clusterlog "filter" commandunknown2004-12-071-159/+145
| * fixed error in test resultunknown2004-11-301-6/+6
| * added check connection mgmapi methodunknown2004-11-301-3/+4
| * fixed bug/compiler warningunknown2004-11-301-11/+13
| * aligned backup errorcodes with rest of ndb error codes giving it range fr...unknown2004-11-293-117/+146
| * cleaned up code a bitunknown2004-11-263-54/+64
| * Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2004-11-221-1/+1
| |\
| | * aligned connect string option on all cluster executables, --ndb-connectstring...unknown2004-11-221-1/+1
| * | Mergeunknown2004-11-181-1/+6
| |\ \ | | |/
| | * bug#6677 bug#6684unknown2004-11-181-1/+6
| * | changed mysqladmin.c to mysqladmin.ccunknown2004-11-184-24/+13
* | | Merge mysql.com:/home/jonas/src/mysql-4.1-fixunknown2004-12-063-4/+4
|\ \ \ | | |/ | |/|
| * | fix for mysqladmin link problemunknown2004-11-183-4/+4
| |/
* | mergeunknown2004-11-163-26/+23
|\ \ | |/
| * moved ndb_restore together with rest of the ndb toolsunknown2004-11-143-26/+23
* | wl1744 - ndb on windowsunknown2004-11-151-1/+25
* | Merge mysql.com:/home/jonas/src/mysql-4.1unknown2004-11-111-0/+1
|\ \ | |/
| * forgot a return 0unknown2004-11-111-0/+1
* | Merge mysql.com:/home/jonas/src/mysql-4.1unknown2004-11-101-0/+2
|\ \ | |/ |/|
| * wl1744 - ndb on windowsunknown2004-11-101-0/+2
* | added configure switch for ndb port numberunknown2004-11-104-55/+108
* | added management function to purge stale sessions in the management serverunknown2004-11-091-0/+46
|/
* Makefile.am:unknown2004-11-081-1/+1
* Makefile.am:unknown2004-11-081-1/+1
* removed editline and replaced with mysql readlineunknown2004-11-088-1073/+271
* aligned ndb versioning with mysqlunknown2004-11-011-21/+56
* changed to call internal snprintf/vsnprintfunknown2004-10-212-9/+9
* compile warning fixesunknown2004-10-201-1/+3
* NDB ndb_mgm: fix dump and signal log (more to do)unknown2004-10-101-62/+21
* Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbunknown2004-10-041-47/+32
|\
| * addes auto pointer class for using with my_ functionsunknown2004-10-041-47/+32