MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
  • MariaDB\ 71.8%
  • C++ 16.4%
  • C 10.4%
  • Shell 0.5%
  • Perl 0.4%
  • Other 0.3%
Find a file
cmiller@zippy.cornsilk.net 24e3508b0e Bug#25341: "init.d/mysql stop" may timeout too quickly
Thirty five seconds is entirely too short of a period to wait for a server 
to exit.  Instead, make a valliant effort to make sure it exits, and only
give up after a very long period (arbitrarily chosen as 15 minutes).

In addition, if we're being asked to restart the server, then don't try
to start again if trying to stop the server failed.
---
Return zero by default, when the script exits.
---
Set return-/exit-value based on whether we successfully dealt with the 
PID-file.
---
Don't wait that long if the program we're waiting on exits.  It 
should only exit if the server is not going to be started.
2007-01-31 15:39:41 -05:00
bdb gen_rec.awk: 2006-11-27 18:29:50 +01:00
BitKeeper Bug#25341: "init.d/mysql stop" may timeout too quickly 2007-01-31 15:39:41 -05:00
BUILD Remove compiler warnings 2006-11-20 22:42:06 +02:00
client Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-12-11 17:04:14 +01:00
cmd-line-utils Remove warnings by casting 2006-12-19 20:17:33 -07:00
config/ac-macros ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4: 2006-11-27 21:15:25 +01:00
dbug Remove compiler warnings 2006-11-20 22:42:06 +02:00
Docs Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-11-28 21:20:56 +01:00
extra change all auto_ptr in yaSSL to mySTL since some lack reset 2006-12-13 23:30:20 +01:00
heap Fixed compiler warnings 2006-11-30 21:56:03 +02:00
include Merge polly.local:/tmp/maint/bug24117/my50-bug24117 2006-12-19 12:24:44 +03:00
innobase Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
libmysql Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marvel 2006-12-01 13:02:54 +01:00
libmysql_r Merge mysql.com:/home/kent/bk/mysql-4.1 2006-11-27 18:47:07 +01:00
libmysqld Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-29 02:44:12 +03:00
man Makefile.am, configure.in: 2006-07-28 23:12:40 +02:00
myisam Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-12-04 19:28:38 +01:00
myisammrg Fixed compiler warnings 2006-11-30 21:56:03 +02:00
mysql-test In func_group.test, round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations. 2006-12-26 12:42:54 -07:00
mysys Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-12-18 18:04:26 +03:00
ndb Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-12-04 15:09:47 +01:00
netware Makefile.am: 2006-12-02 06:06:31 +01:00
os2 Merge 2005-09-29 03:20:31 +02:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Remove compiler warnings 2006-11-20 22:42:06 +02:00
scripts Merge siva.hindu.god:/usr/home/tim/m/bk/g50 2006-12-21 18:20:09 -07:00
server-tools BUG#24687 func_misc test fails on win64 2006-12-14 15:23:44 +01:00
sql Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-12-22 14:10:15 -07:00
sql-bench Set thread_stack after return from end_thread() 2005-12-03 18:13:06 +02:00
sql-common Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-12-04 19:28:38 +01:00
SSL Remove client-req-pem and server-req.pem 2006-05-03 11:53:16 +02:00
strings Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-12-22 13:41:10 -07:00
support-files Bug#25341: "init.d/mysql stop" may timeout too quickly 2007-01-31 15:39:41 -05:00
tests Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-12-04 19:28:38 +01:00
tools Bug#19817 error when try to compile PHP5.1 with mysql 5.0.21 static libs 2006-11-13 17:16:37 +01:00
VC++Files Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-06 16:47:49 +02:00
vio Bug#24148 regression tests hang with SSL enabled 2006-12-22 00:05:40 +01:00
win Additional files for cmake support 2006-08-31 19:52:42 +02:00
zlib Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-09-18 10:37:26 +05:00
.bzrignore Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-12-04 19:28:38 +01:00
.cvsignore
CMakeLists.txt Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0.27-release 2006-10-21 01:13:50 +02:00
configure.in configure.in : Update of the NDB version number was missing, do it. 2006-12-21 13:35:41 +01:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
Makefile.am Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/41 2006-12-08 16:26:41 -07:00
README make_binary_distribution.sh: 2006-11-07 22:26:37 +01:00

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.