diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-02-26 23:09:53 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-02-26 23:09:53 -0700 |
commit | 1dad86e075b6667542e78004becd58f3cf6f4171 (patch) | |
tree | fc5d09ee52882f55080ba4beab91e61f5014e8ad /Docs | |
parent | 6532b525f70ad5ed363fdb5b190e87eb58320b76 (diff) | |
download | mariadb-git-1dad86e075b6667542e78004becd58f3cf6f4171.tar.gz |
Docs/manual.texi
update for the fix
sql/slave.cc
re-merged Jeremy's message changes, got the code to compile and run again
after a mess-up in the merge
Docs/manual.texi:
update for the fix
sql/slave.cc:
re-merged Jeremy's message changes, got the code to compile and run again
after a mess-up in the merge
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 5972c529802..5f23b07a3fd 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -41654,6 +41654,8 @@ not yet 100 % confident in this code. @appendixsubsec Changes in release 3.23.34 @itemize @bullet @item +Improved error diagnostic for slave thread exit +@item Fixed bug in @code{ALTER TABLE ... ORDER BY}. @item Added option @code{max_user_connections} to @code{mysqld}. |