diff options
author | monty@mashka.mysql.fi <> | 2002-08-05 13:09:12 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-08-05 13:09:12 +0300 |
commit | d050c30d422a81331ba3795bb48f2f1f9daaf317 (patch) | |
tree | 6c4664fa02a711d0ff2b5a7d86ff49e4d6784ff2 /Docs | |
parent | 4f56ed82ec00370a394fe826587bf81bcd0421f9 (diff) | |
download | mariadb-git-d050c30d422a81331ba3795bb48f2f1f9daaf317.tar.gz |
Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 11140681ceb..b4d39667ec9 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46928,6 +46928,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item +Fixed thread bug in @code{SLAVE START} and @code{SLAVE STOP}. +@item Added name of 'administrator command' logs. @item Fixed bug with creating an auto-increment value on second part of a |