summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager
Commit message (Collapse)AuthorAgeFilesLines
* mergepetr@mysql.com2005-04-2115-41/+1042
|\
| * WL#2246 "IM: Add ability to change instance options, add server logs ↵petr@mysql.com2005-04-0915-47/+1052
| | | | | | | | | | | | handling" ported to the current version of the IM
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-buildpetr@mysql.com2005-04-113-9/+15
|\ \ | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0
| * | make server logs less frightening, when using IMpetr@mysql.com2005-04-111-2/+2
| | |
| * | Fix for bug #9808petr@mysql.com2005-04-111-6/+12
| | |
| * | Fix for Bug #9589petr@mysql.com2005-04-111-1/+1
| |/
* | Enable IM in the binary distribution and fix Bug #9513 (mysql.server script ↵petr@mysql.com2005-04-041-1/+1
|/ | | | | | from the binary distibution doesn't work out of the box)
* Revert the inclusion of 'signal.h' as the module contains 'kill()'.joerg@mysql.com2005-03-221-0/+1
|
* Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it ↵petr@mysql.com2005-03-2223-43/+55
| | | | | | should be included before any other include) was hidden from me.
* fix to avoid relinking on each "make"petr@mysql.com2005-03-021-2/+2
|
* portability fixpetr@mysql.com2005-02-281-0/+1
|
* post-review fixes + cleanup + some minor fixespetr@mysql.com2005-02-2716-90/+206
|
* Merge mysql.com:/home/cps/mysql/trees/mysql-5.0petr@mysql.com2005-02-201-1/+1
|\ | | | | | | into mysql.com:/home/cps/mysql/devel/im-fix-review
| * CPPFLAGS is substituted with CXXFLAGS to work with older automake. Serg, now ↵petr@mysql.com2005-02-201-1/+1
| | | | | | | | | | | | you can enable server-tools/instance-manager.
* | new variant of passwd() by S. Vojtovichpetr@mysql.com2005-02-182-7/+12
| |
* | made IM to work with --defaults-file smoothlypetr@mysql.com2005-02-189-16/+62
| |
* | Merge mysql.com:/home/cps/mysql/trees/mysql-5.0petr@mysql.com2005-02-1531-685/+1135
|\ \ | |/ |/| | | into mysql.com:/home/cps/mysql/devel/im-fix-review
| * some more cleanups and fixespetr@mysql.com2005-02-1512-32/+77
| |
| * various fixespetr@mysql.com2005-02-136-21/+38
| |
| * Post-review fixes + some bugs fixed + several minor featurespetr@mysql.com2005-02-1121-374/+591
| |
| * --user option added to mysqlmanagerpetr@mysql.com2005-02-054-11/+92
| |
| * Fixed setup scripts to use mysqlmanager instead of mysqld_safepetr@mysql.com2005-02-053-4/+5
| |
| * Various fixes (cleanups, valgrind, makefiles, ...)petr@mysql.com2005-02-0318-60/+85
| |
| * more fixes for IM to substitude mysqld_safe in startup scriptspetr@mysql.com2005-01-3114-369/+160
| |
| * IM mostly fixed according to Brian's directions. Will need to do some ↵petr@mysql.com2005-01-2514-104/+377
| | | | | | | | additional option handling and cleanups
* | small Makefile.am cleanupserg@serg.mylan2005-01-281-1/+1
|/ | | | | clean: targets removed generated *.h files moved to include/
* cleanuppetr@mysql.com2004-12-292-7/+6
|
* Set default port to the one assigned by IANApetr@mysql.com2004-12-231-1/+1
|
* Bug #7468 Instance Manager fails to compile: thread_registry.ccpetr@mysql.com2004-12-224-5/+3
| | | | | This fix icludes workaround for Irix compiler bug & removs some unused variables (resulted in warnings)
* fix for Bug#7386 - IM fails to compile on alpha with Compaq C++ compilerpetr@mysql.com2004-12-192-1/+7
|
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2004-12-172-7/+13
|\ | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0
| * Fix for pekka's IM compilation failure at ndb.mysql.competr@mysql.com2004-12-172-7/+13
| |
* | Fix for IM compilation failure (reported be Ramil).petr@mysql.com2004-12-151-1/+1
| |
* | WL#1051, more maintanable error messages.anjuta@arthur.local2004-12-131-1/+1
|/
* fix autobuild failurespetr@mysql.com2004-12-126-15/+18
|
* instance.cc:guilhem@mysql.com2004-12-091-0/+1
| | | | explicit setting of reconnect (no behaviour change)
* mergepetr@mysql.com2004-12-0942-143/+4400
|\
| * Some minor IM fixespetr@mysql.com2004-11-157-20/+17
| |
| * few more fixes - fix makefile and get rid of strncasecmp in favour ofpetr@mysql.com2004-11-062-11/+18
| | | | | | | | my_strnncoll
| * fix for the IM linking problempetr@mysql.com2004-11-065-35/+67
| |
| * protability fixpetr@mysql.com2004-11-041-3/+3
| |
| * linking problem fixpetr@mysql.com2004-11-042-13/+23
| |
| * post-review fixespetr@mysql.com2004-11-0213-115/+142
| |
| * comment fixed to reflect the current state of thingspetr@mysql.com2004-10-271-3/+4
| |
| * more review fixespetr@mysql.com2004-10-276-50/+41
| |
| * Various post-review fixespetr@mysql.com2004-10-2616-305/+401
| |
| * minor post review fixespetr@mysql.com2004-10-2513-84/+77
| |
| * Intermediate commit - just to make new files visible to bk in the newpetr@mysql.com2004-10-2341-142/+4245
| | | | | | | | tree
* | Fix for the unixware: non-posix sigwaitpetr@mysql.com2004-11-251-1/+1
| |
* | work around for compiler bug (5.0.2 build fails on octane2)petr@mysql.com2004-11-191-2/+3
| |