diff options
author | monty@hundin.mysql.fi <> | 2001-11-29 15:34:37 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-29 15:34:37 +0200 |
commit | 4b513347c4c5ca72c13ec42c499d243c0dfdcd1f (patch) | |
tree | 5278a62187996e3ff76046ee3a27680bcadfc05f /Docs | |
parent | 4d5d1ae2ef5d57c0f926a7e5c489d726755b8211 (diff) | |
download | mariadb-git-4b513347c4c5ca72c13ec42c499d243c0dfdcd1f.tar.gz |
Better optimization for InnoDB and BDB tables for ORDER BY
Diffstat (limited to 'Docs')
-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 8763c9a517a..fe1ca86af6b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46838,6 +46838,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.46 @itemize @bullet @item +InnoDB and BDB tables will now use index when doing an @code{ORDER BY} +on the whole table. +@item Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. @item |