diff options
author | monty@hundin.mysql.fi <> | 2002-08-23 02:48:52 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-23 02:48:52 +0300 |
commit | c7499a1039d89af3df63620841cafe4cdc034f0c (patch) | |
tree | 576302ffedeaa77cae39a3f3d50ab786b9dcddad /Docs | |
parent | a6fac7c9fd4d43bedbc3778ac2500cb45d3d06bd (diff) | |
download | mariadb-git-c7499a1039d89af3df63620841cafe4cdc034f0c.tar.gz |
Portabilityfix in mysqladmin.c
Fix when using --localstatedir
Cleaned up mysql.server
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 5075737240d..4ac8e8a22df 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50318,6 +50318,10 @@ each individual 4.0.x release. @itemize @bullet @item +Fixed problem with @code{configure ... --localstatedir=...}. +@item +Cleaned up @code{mysql.server} script. +@item Fixed a bug in @code{mysqladmin shutdown} when pid file was modified while @code{mysqladmin} was still waiting for the previous one to disappear. This could happen during a very quick restart and caused |