summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #57954: BIT_AND function returns incorrect results Georgi Kodinov2010-12-081-1/+1
* mergeGeorgi Kodinov2010-11-261-1/+13
|\
| * mergeGeorgi Kodinov2010-11-261-1/+13
| |\
| | * Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->wri...Sergey Glukhov2010-10-291-8/+3
| | * Bug#56814 Explain + subselect + fulltext crashes serverSergey Glukhov2010-10-181-0/+14
| | * Bug#54484 explain + prepared statement: crash and Got error -1 from storage e...Sergey Glukhov2010-10-181-0/+3
* | | merge of 5.1-bugteamGuilhem Bichot2010-11-221-2/+6
|\ \ \ | |/ /
| * | Fix for Bug#56138 "valgrind errors about overlapping memory when double-assig...Guilhem Bichot2010-11-221-2/+6
* | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-011-0/+2
|\ \ \
| * \ \ manual merge 5.1-bugteam --> 5.5-bugteam (bug 52160)Gleb Shchepa2010-11-011-0/+2
| |\ \ \ | | |/ /
| | * | Bug #52160: crash and inconsistent results when groupingGleb Shchepa2010-10-311-0/+2
| | |/
| | * merged mysql-5.1 into mysql-5.1-bugteamGeorgi Kodinov2010-10-051-8/+16
| | |\
| | | * Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-011-18/+42
| | | |\
| | * | \ mergeMattias Jonsson2010-09-131-0/+9
| | |\ \ \
* | | | | | Bug#37780: Make KILL reliable (main.kill fails randomly)Davi Arnaut2010-10-221-0/+2
|/ / / / /
* | | | | mergeGeorgi Kodinov2010-09-291-8/+16
|\ \ \ \ \
| * \ \ \ \ merge from 5.5-mergeGeorgi Kodinov2010-09-021-18/+42
| |\ \ \ \ \
| * \ \ \ \ \ Automerge.Alexey Kopytov2010-08-261-8/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Bug #53544: Server hangs during JOIN query in stored procedureAlexey Kopytov2010-08-261-1/+1
| | * | | | | Automerge.Alexey Kopytov2010-08-241-7/+15
| | |\ \ \ \ \
| | | * | | | | Bug #55568: user variable assignments crash server when usedAlexey Kopytov2010-08-241-7/+15
* | | | | | | | mergeMattias Jonsson2010-09-131-1/+9
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | mergeMattias Jonsson2010-09-101-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Bug#53806: Wrong estimates for range query in partitioned MyISAM tableMattias Jonsson2010-08-261-1/+9
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge of fix for Bug#50394.Martin Hansson2010-09-131-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Bug #50394: Regression in EXPLAIN with index scan, LIMIT, GROUP BY andMartin Hansson2010-09-131-0/+9
| |/ / / / /
| * | | | | Bug#54543: update ignore with incorrect subquery leads to assertion failure:Martin Hansson2010-09-071-10/+8
| | |_|_|/ | |/| | |
* | | | | Merge 5.1-bugteam to 5.5-merge.Sergey Vojtovich2010-08-271-18/+42
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Bug #55656: mysqldump can be slower after bug 39653 fix.Evgeny Potemkin2010-08-261-18/+42
| |/ /
* | | mergeGeorgi Kodinov2010-08-171-7/+37
|\ \ \ | |/ /
| * | Bug #55580 : segfault in read_view_sees_trx_idGeorgi Kodinov2010-08-131-7/+37
* | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-08-091-0/+2
|\ \ \ | |/ /
| * | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-091-0/+2
| |/
* | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-68/+21
|\ \
| * \ Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-291-1/+1
| |\ \
| | * | Bug #55472: Assertion failed in heap_rfirst function of hp_rfirst.c onGleb Shchepa2010-07-291-1/+1
| * | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-79/+12
| |\ \ \ | | |/ /
| * | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-67/+20
* | | | Rename select_send::abort() to select_send::abort_result_set()Alexander Nozdrin2010-07-281-1/+1
| |/ / |/| |
* | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-59/+0
* | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-07-191-20/+12
|\ \ \ | |/ / |/| / | |/
| * Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-20/+12
* | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-207/+478
|\ \
| * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+5
| * | gcc warnings removal (after bugfix for bug 36569)Gleb Shchepa2010-06-261-2/+2
| * | Backport of Bug#53236 Segfault in DTCollation::set(DTCollation&)Tor Didriksen2010-06-231-4/+2
| * | Bug #30584: delete with order by and limit clauses does notGleb Shchepa2010-06-231-197/+464
* | | 5.1-bugteam->trunk-merge mergeSergey Glukhov2010-07-091-1/+1
|\ \ \ | | |/ | |/|
| * | Bug#54416 MAX from JOIN with HAVING returning NULL with 5.1 and Empty setSergey Glukhov2010-07-091-1/+1
* | | 5.1-bugteam->trunk-merge mergeSergey Glukhov2010-06-301-1/+10
|\ \ \ | |/ /