diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-29 15:34:37 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-29 15:34:37 +0200 |
commit | ace649189d566532a46ff110db15ccde117ce4af (patch) | |
tree | 5278a62187996e3ff76046ee3a27680bcadfc05f /Docs | |
parent | 00d80ffff1da7a19489a1aaab9ba29ded55b84ad (diff) | |
download | mariadb-git-ace649189d566532a46ff110db15ccde117ce4af.tar.gz |
Better optimization for InnoDB and BDB tables for ORDER BY
Build-tools/Do-compile:
Merge with 4.0
Docs/manual.texi:
Changelog
mysql-test/r/innodb.result:
New tests cases for ORDER BY
mysql-test/r/myisam.result:
New tests cases for ORDER BY
mysql-test/t/innodb.test:
New tests cases for ORDER BY
mysql-test/t/myisam.test:
New tests cases 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 |