diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-08-28 16:41:23 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-08-28 16:41:23 +0300 |
commit | 9210160c5560c61044dd1529c9fa4de46e126a77 (patch) | |
tree | 69f65dccef0752eb3d30c80ef25a24beec3d36cf /Docs/manual.texi | |
parent | 63cdfc4b436baec414f587535fbdca0119765615 (diff) | |
download | mariadb-git-9210160c5560c61044dd1529c9fa4de46e126a77.tar.gz |
Little but nasty bug with BDB and alter table
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 77122dce2d8..9bbb9fa0c5a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46929,6 +46929,9 @@ 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. +@item Fixed problem with @code{UNSIGNED BIGINT} on AIX (again). @item Fixed bug in pthread_mutex_trylock() on HPUX 11.0 |