summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #24778: Innodb: No result when using ORDER BYunknown2007-04-201-4/+1
* Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-04-151-22/+70
|\
| * Bug#27321: Wrong subquery result in a grouping select.unknown2007-04-151-22/+70
* | Bug #27659: unknown2007-04-101-3/+2
* | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-04-021-15/+30
|\ \
| * | Fixed bug #27154: memory corruption when using row equalities in whereunknown2007-03-311-15/+30
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-311-13/+25
|\ \ \ | |/ /
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-291-3/+3
| |\ \
| | * | Bug #27300:unknown2007-03-281-3/+3
| | |/
| * | Bug #26815:unknown2007-03-271-2/+1
| |/
| * This is a fix for the memory corruption occurred in one of test casesunknown2007-03-251-10/+16
| * Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-03-221-2/+9
| |\
| | * Fixed bug #27229: crash when a set function aggregated in outerunknown2007-03-221-2/+9
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-311-1/+1
|\ \ \ | |/ / |/| |
| * | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-291-1/+1
| |\ \
| | * | - renaming TMP_TABLE to NON_TRANSACTIONAL_TMP_TABLE because this isunknown2007-03-221-1/+1
* | | | Merge bk@192.168.21.1:mysql-5.0unknown2007-03-221-12/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-201-12/+11
| |\ \ | | |/ | |/|
| | * Bug #24484:unknown2007-03-201-12/+11
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-03-191-6/+11
|\ \ \ | |/ / |/| |
| * | Polishing: use constants instead of magic numbers.unknown2007-03-091-3/+3
| * | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0unknown2007-03-081-3/+8
| |\ \
| | * | BUG#20492: Subsequent calls to stored procedure yield incorrect resultunknown2006-09-071-3/+8
* | | | sql_select.cc:unknown2007-03-081-1/+2
* | | | sql_select.cc:unknown2007-03-081-1/+1
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-071-5/+18
|\ \ \ \
| * \ \ \ Merge moonbone.local:/mnt/gentoo64/work/22331-bug-5.0-opt-mysqlunknown2007-03-071-5/+18
| |\ \ \ \
| | * | | | Bug#22331: Wrong WHERE in EXPLAIN EXTENDED when all expressions were optimizedunknown2007-03-071-5/+18
* | | | | | Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-03-071-5/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-071-0/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bug#25376: Incomplete setup of ORDER BY clause results in a wrong result.unknown2007-03-061-0/+11
| | | |/ / / | | |/| | |
| * | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1-optunknown2007-03-051-5/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug#25126: Wrongly resolved field leads to a crash.unknown2007-03-041-5/+2
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2007-02-131-6/+8
| | |\ \ \ \
* | | | | | | Fixed bug #26560.unknown2007-03-041-4/+4
|/ / / / / /
* | | | | | removed unused variableunknown2007-02-271-1/+0
* | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-02-261-17/+80
|\ \ \ \ \ \
| * \ \ \ \ \ Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-optunknown2007-02-211-7/+76
| |\ \ \ \ \ \
| | * | | | | | Bug#23800: Outer fields in correlated subqueries is used in a temporary tableunknown2007-02-211-7/+76
| * | | | | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-02-161-3/+3
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-02-161-3/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bug#16630: The update fields of the INSERT .. SELECT .. ON DUPLICATE KEYunknown2007-02-161-3/+3
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | Fixed bug #25971: indexes on text columns were ignored when ref accessesunknown2007-02-141-7/+1
| |/ / / / / / /
* | | | | | | | Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-221-2/+2
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-02-211-50/+55
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-50/+55
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-50/+55
* | | | | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-02-131-10/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-02-121-8/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Fixed bug #26209.unknown2007-02-111-8/+8
| | | |_|/ / / / | | |/| | | | |