diff options
author | unknown <paul@teton.kitebird.com> | 2002-08-28 10:00:48 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-08-28 10:00:48 -0500 |
commit | da071de53bd9066019762d3d6252fb18aec7cbe5 (patch) | |
tree | 721553f0ca79aa5e69c68672274e2a76aca263cc /Docs | |
parent | f1975c7979383599526e0e3b7f994e0891f79fad (diff) | |
download | mariadb-git-da071de53bd9066019762d3d6252fb18aec7cbe5.tar.gz |
manual.texi minor fix to 3.23.53 change note
Docs/manual.texi:
minor fix to 3.23.53 change note
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 9bbb9fa0c5a..3796756a9ad 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46929,12 +46929,12 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item -Fixed a bug with BDB @code[ALTER TABLE] with dropping column, and shutdown -immediately thereafter. +Fixed a @code{BDB}-related @code{ALTER TABLE} bug with dropping a column +and shutting down immediately thereafter. @item Fixed problem with @code{UNSIGNED BIGINT} on AIX (again). @item -Fixed bug in pthread_mutex_trylock() on HPUX 11.0 +Fixed bug in pthread_mutex_trylock() on HPUX 11.0. @item Multithreaded stress tests for InnoDB. @end itemize |