summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bodhi.local:/opt/local/work/tmp_mergeunknown2006-07-131-4/+13
|\
| * Bug#17203: "sql_no_cache sql_cache" in views created from prepared statementunknown2006-06-271-4/+13
* | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.1-new-rplunknown2006-07-111-3/+7
|\ \
| * \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-interval-move-next-insert-idunknown2006-07-091-3/+7
| |\ \
| | * | WL#3146 "less locking in auto_increment":unknown2006-07-091-3/+7
* | | | Merge chilla.local:/home/mydev/mysql-5.0-bug16218unknown2006-07-061-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#16218 - Crash on insert delayedunknown2006-06-261-2/+3
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-07-011-5/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-07-011-5/+4
| |\ \ \
| | * | | BUG#17138: Crashes in stored procedureunknown2006-07-011-2/+2
| | * | | BUG#17138: Error in stored procedureunknown2006-06-211-2/+2
| | * | | BUG#17138: Crash in stored procedure after fatal error that wasn't a real fat...unknown2006-06-201-5/+4
* | | | | Merge moonbone.local:/home/evgen/bk-trees/mysql-5.0-optunknown2006-06-301-0/+172
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 4.1->5.0 merge for bug #16458unknown2006-06-281-3/+7
| * | | | Merge mysql.com:/home/kgeorge/mysql/4.1/B16458unknown2006-06-271-0/+168
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Bug #16458: Simple SELECT FOR UPDATE causes "Result Set not updatable" errorunknown2006-06-271-0/+168
* | | | | Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeunknown2006-06-251-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | field.cc, field.h:unknown2006-06-211-1/+1
| * | | | Manually mergedunknown2006-06-201-2/+8
| |\ \ \ \ | | |/ / /
| | * | | * Bug #9676: INSERT INTO x SELECT .. FROM x LIMIT 1; slows down with bigunknown2006-06-191-4/+8
* | | | | SHOW STATUS does not anymore change local status variables (except com_show_s...unknown2006-06-201-6/+1
| |_|/ / |/| | |
* | | | Manually mergedunknown2006-06-181-3/+3
|\ \ \ \ | |/ / /
| * | | Merge rurik.mysql.com:/home/igor/mysql-4.1-optunknown2006-06-021-3/+3
| |\ \ \ | | |/ /
| | * | Fixed bug #18206.unknown2006-06-021-3/+3
| | * | Fixed bug #14927.unknown2006-05-061-9/+19
* | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-06-091-114/+148
|\ \ \ \
| * | | | After merge fixesunknown2006-06-051-1/+4
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-113/+144
| |\ \ \ \
| | * | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-112/+144
* | | | | | BUG#19684: Garbage in 'partitions' column in EXPLAIN output:unknown2006-06-051-5/+7
|/ / / / /
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-021-1/+1
|\ \ \ \ \
| * | | | | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...unknown2006-06-021-1/+1
* | | | | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0unknown2006-05-301-24/+35
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-261-3/+4
| |\ \ \ \
| | * | | | BUG#18681: View privileges are brokenunknown2006-05-261-3/+4
| * | | | | Remove dflt_field from field structure as this was only needed when createing...unknown2006-05-241-22/+32
* | | | | | after merge fixunknown2006-05-251-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for bug#17626 CREATE TABLE ... SELECT failure with TRADITIONAL SQL modeunknown2006-05-231-0/+1
* | | | | | sql_select.cc:unknown2006-05-251-2/+2
* | | | | | Manually mergedunknown2006-05-241-7/+35
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Post-review fixes for bug #19089unknown2006-05-221-0/+3
| * | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2006-05-201-6/+32
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed bug #19089.unknown2006-05-201-6/+32
| | | |_|/ | | |/| |
* | | | | Merge mysql.com:/home/psergey/tmp_merge3unknown2006-05-131-357/+117
|\ \ \ \ \ | |/ / / /
| * | | | BUG#17379 Wrong reuse of E(#rows(range)) as E(#rows(ref(const))):unknown2006-05-101-19/+112
| * | | | Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-101-0/+11
| |\ \ \ \
| * \ \ \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-05-101-338/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Refactoring: Factor out common code from find_best() and best_access_path(): ...unknown2006-05-071-338/+5
* | | | | | Merge mysql.com:/home/psergey/tmp_mergeunknown2006-05-111-2/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | BUG#16798: Merge into 5.0: s/used_tables()/!const_item()/, added comment abou...unknown2006-05-071-2/+14