diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-28 17:04:18 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-28 17:04:18 +0200 |
commit | 7a8b483d5feddb02071cfef21ef5b9bce946808b (patch) | |
tree | 87896d541e33b47013b0de4a07bf13a4cf50f0b1 /Docs | |
parent | 26121e00d93e6aab09c839a495d64d5141cf992a (diff) | |
download | mariadb-git-7a8b483d5feddb02071cfef21ef5b9bce946808b.tar.gz |
finally pushing what I could not due to BK problems
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index c39da1e37d1..b78b83828b1 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50815,6 +50815,10 @@ each individual 4.0.x release. @appendixsubsec Changes in release 4.0.5 @itemize @item +Removed a condition that temp table with index on column that can be NULL has +to be MyISAM. This was OK for 3.23, but not needed in 4.*. This resulted in +slowdown in many queries since 4.0.2 +@item Small code improvement in multi-table updates @item Fixed a newly introduced bug that caused @code{ORDER BY ... LIMIT #} |