diff options
author | unknown <monty@mashka.mysql.fi> | 2002-08-05 13:09:12 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-08-05 13:09:12 +0300 |
commit | f2dba61eefccc55f407f8ad0f7791e9a6646d229 (patch) | |
tree | 6c4664fa02a711d0ff2b5a7d86ff49e4d6784ff2 /Docs/manual.texi | |
parent | dd764d999ee270d3e3ad5e14881b7b16c247d762 (diff) | |
download | mariadb-git-f2dba61eefccc55f407f8ad0f7791e9a6646d229.tar.gz |
Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
Docs/manual.texi:
Changelog
sql/gen_lex_hash.cc:
Merged --verbose option from 4.0
Smaller hash table
sql/slave.cc:
Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
Diffstat (limited to 'Docs/manual.texi')
-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 |