summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed ORDER BY ?unknown2004-07-211-1/+1
* New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-5/+5
* fowwlowup fixes for index_flags()unknown2004-06-301-4/+7
* after merge fixedunknown2004-06-261-3/+4
* mergedunknown2004-06-251-0/+2
|\
| * release cursors in return_zero_rowsunknown2004-06-251-0/+2
* | Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-1/+1
|\ \
| * | use ref not range for ... WHERE key IN (val)unknown2004-06-211-1/+3
* | | Added missing root user to mysql.user on windows. (Bug #4242)unknown2004-06-251-3/+3
| |/ |/|
* | fixed EXPLAIN behaviour with prepared statements (BUG#4271)unknown2004-06-251-1/+0
* | mergedunknown2004-06-241-8/+26
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-06-241-8/+26
| |\ \
| | * | bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() beforeunknown2004-06-241-8/+26
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-241-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-241-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-231-1/+2
| | |\ \
| | | * | do not unlock tables early if we have subquery in HAVING clause (BUG#3984)unknown2004-06-091-1/+2
* | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-241-9/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | A fix (Bug #4237: Server crash with a subquery SELECT).unknown2004-06-231-9/+18
* | | | | followup to handler cleanupunknown2004-06-231-5/+1
* | | | | mergedunknown2004-06-231-56/+47
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | handler interface cleanups:unknown2004-06-231-56/+47
* | | | | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat...unknown2004-06-221-1/+5
| |/ / / |/| | |
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-221-1/+2
|\ \ \ \
| * | | | a fix (bug #4198: Incorrect key file for table).unknown2004-06-211-1/+2
* | | | | mergeunknown2004-06-211-18/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed some byte order bugs with prepared statements on machines with high-byt...unknown2004-06-181-18/+21
| | |/ / | |/| |
* | | | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-0/+1
|/ / /
* | | fixed mistypingunknown2004-06-071-1/+1
|/ /
* | after merge fixesunknown2004-06-021-4/+0
* | Merge with 4.0 to get fixes for netwareunknown2004-06-021-1/+6
|\ \ | |/
| * a fix.unknown2004-05-281-2/+4
| * sql_select.cc:unknown2004-04-081-1/+2
* | 1. Some optimization when conversion is not needed.unknown2004-05-251-2/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-251-0/+3
|\ \
| * | Fix for sporadically failures of innodb.test on Darwin 7.3 unknown2004-05-251-0/+3
* | | Support for character set conversion in binary protocol: another gounknown2004-05-251-2/+2
|/ /
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-191-4/+3
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-161-2/+2
| |\ \
| | * | key_cmp -> key_cmp_if_sameunknown2004-05-161-2/+2
| * | | mergedunknown2004-05-151-3/+26
| |\ \ \
| | * | | SELECT options print fixedunknown2004-05-141-1/+1
| * | | | bad old merge fixedunknown2004-05-151-1/+0
* | | | | after review changesunknown2004-05-191-13/+34
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-141-2/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-141-2/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-2/+25
| | |/ /
* | | | Mergeunknown2004-05-141-48/+97
|\ \ \ \ | |/ / / |/| | |
| * | | UNCACHEABLE_EXPLAIN is enoughunknown2004-05-141-1/+1
| * | | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-49/+98