summaryrefslogtreecommitdiff
path: root/scripts/mysqld_safe.sh
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | mysqld_safe.sh:kent@mysql.com2006-03-291-0/+28
| | | * | | Merge rama.(none):/home/jimw/my/tmp_mergejimw@rama.(none)2006-07-281-4/+7
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix for bug #17353.igreenhoe@mysql.com2006-04-171-4/+7
| | | * | | Bug #6061 mysql-log-rotate script - error logging doesn't use new filetim@siva.hindu.god2006-05-101-16/+52
| | | * | | mysql-test-run.pl:kent@mysql.com2006-03-021-7/+2
| | | |/ /
| | | * | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-11-011-8/+11
| | | |\ \ | | | | |/
| | | | * Handle decision to use mysqld-max over mysqld within mysqld_safejimw@mysql.com2005-10-311-8/+11
| | | * | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-07-191-10/+28
| | | |\ \ | | | | |/
| | | | * Fix handling of datadir by mysqld_safe to support specifying ajimw@mysql.com2005-06-241-11/+29
| | | * | scripts/mysqld_safe.shtim@siva.hindu.god2005-05-271-1/+1
| | | * | Automerge / manual check of the fixes for NPTL configuration (bug#2173, bug#...joerg@mysql.com2005-04-261-1/+1
| | | |\ \ | | | | |/
| | | | * Step 1 of the switch to support configuration with NPTL:joerg@mysql.com2005-04-201-1/+1
| | | * | Merge query_cache testsjimw@mysql.com2005-03-111-0/+9
| | | |\ \ | | | | |/
| | | | * Create directory for UNIX socket in mysqld_safe if it doesn't already exist.jimw@mysql.com2005-03-021-0/+9
| | | * | Fixed a compatibility problem.jani@ua141d10.elisa.omakaista.fi2005-02-231-5/+18
| | | * | Add --help to mysqld_safe. (Bug #7931)jimw@mysql.com2005-02-021-0/+26
| | | * | Merge mysql.com:/home/jwinstead2/mysql-4.1-cleanjimw@mysql.com2005-01-061-2/+2
| | | |\ \ | | | | |/
| | | | * Change mysqld_safe search for mysqld relative to the current working directoryjimw@mysql.com2005-01-051-2/+2
| | | * | mergedserg@sergbook.mysql.com2005-01-061-2/+2
| | | |\ \ | | | | |/
| | | | * Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searchedjimw@mysql.com2005-01-041-2/+2
| | | * | Added checking for my.cnf file from environment variable MYSQL_HOMEjani@ua141d10.elisa.omakaista.fi2005-01-041-5/+10
| | | |/
| | | * mysqld_safe.sh:tsmith@build.mysql.com2004-11-301-2/+2
| | | * Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROCtim@siva.hindu.god2004-11-021-1/+1
| | | * better fix for bug#5001serg@serg.mylan2004-09-071-23/+14
| | | * mysqld_safe.sh:patg@krsna.patg.net2004-08-311-2/+15
| | | * warn about multiple mysqld --user parameters only if their arguments differserg@serg.mylan2004-06-101-7/+1
| | | * Fixed http address in some scripts (Bug #3460)monty@mysql.com2004-04-281-0/+2
| | | * - fixed early removing of socket file when multiple instances of mysqld arelenz@mysql.com2004-01-151-1/+1
| | | * do not put --user into command line if the value comes from [mysqld] or [serv...serg@serg.mylan2003-12-191-3/+9
| | | * make mysqld to respect socket/port options of mysqld_safe command lineserg@serg.mylan2003-09-271-9/+13
| | | * Added a warning to my_print_defaults if --verbose is givenjani@rhols221.adsl.netsonic.fi2003-08-271-1/+1
| | | * - removed options sort_buffer and key_buffer from calls to (my)isamchklenz@mysql.com2003-07-151-4/+8
| | | * Added option --skip-kill-mysqld to mysqld_safe. This can be useful,jani@rhols221.adsl.netsonic.fi2003-06-141-1/+7
| | | * - applied patch for mysqld_safe from Christian Hammers to be able tolenz@mysql.com2003-06-121-3/+12
| | | * - added missing dashes to parameter "open-files-limit" in mysqld_safelenz@mysql.com2003-04-151-1/+1
| | | * mergedserg@serg.mysql.com2003-03-131-2/+2
| | | * Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-1/+6
| | | * Patch for novellmonty@mashka.mysql.fi2003-02-161-1/+1
| | | * Fixed a bug in mysqld_safe, when it earlier could have removedjani@rhols221.adsl.netsonic.fi2003-02-121-2/+1
| | | * Only write to the error log if --log-error is specified and --console is not ...monty@mashka.mysql.fi2003-01-281-1/+3
| | | * Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-211-0/+2
| | | |\
| | | | * Merge with 3.23monty@mashka.mysql.fi2003-01-161-0/+2
| | | * | A small fix for the type in the scriptSinisa@sinisa.nasamreza.org2003-01-091-1/+1
| | | |/
| | | * Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-111-1/+1
| | | * fixed test for "root", on some installations / is mounted read-onlyserg@serg.mysql.com2002-11-081-1/+1
| | | * Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-0/+1
| | | * a fix for the typo in the last pushSinisa@sinisa.nasamreza.org2002-10-071-1/+1
| | | * a small fix for some shellsSinisa@sinisa.nasamreza.org2002-10-051-2/+2
| | | * mergemonty@hundin.mysql.fi2002-03-061-1/+1
| | | * Fix the NOHUP_NICENESS test in mysqld_safe.tim@black.box2001-10-221-8/+41