summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.1-release.Michael Widenius2010-12-061-15/+48
|\
| * merge with 5.1Michael Widenius2010-11-301-15/+48
| |\
| | * A proper fix for bug #57688.Michael Widenius2010-11-251-4/+8
| | * Merge with MySQL 5.1.53Michael Widenius2010-11-251-3/+15
| | |\
| | | * 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 with MySQL 5.1.52Michael Widenius2010-11-231-11/+28
| | |\ \ | | | |/
| | | * merged mysql-5.1 into mysql-5.1-bugteamGeorgi Kodinov2010-10-051-8/+16
| | | |\
| | | * \ mergeMattias Jonsson2010-09-131-0/+9
| | | |\ \
| | | | * | Bug #50394: Regression in EXPLAIN with index scan, LIMIT, GROUP BY andMartin Hansson2010-09-131-0/+9
| | | * | | mergeMattias Jonsson2010-09-101-1/+9
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Bug#53806: Wrong estimates for range query in partitioned MyISAM tableMattias Jonsson2010-08-261-1/+9
| | | * | | Bug#54543: update ignore with incorrect subquery leads to assertion failure:Martin Hansson2010-09-071-10/+8
* | | | | | Fixed some compiler warnings found when compiling for windows.Michael Widenius2010-11-301-6/+8
* | | | | | Fix logical expression according to operation priority (also MS visual studio...unknown2010-11-291-1/+1
* | | | | | Auto-merge fix for LP BUG#611622unknown2010-11-291-11/+8
|\ \ \ \ \ \
| * | | | | | Fix LP BUG#611622unknown2010-11-251-11/+8
* | | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-3/+5
* | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-6/+11
* | | | | | | Merge to get make String reallocation fasterMichael Widenius2010-11-161-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-0/+1
| |/ / / / /
* | | | | | Merge in LPBUG#602574Sergey Petrunya2010-11-111-10/+5
|\ \ \ \ \ \
| * | | | | | LPBUG#602574: RQG: sql_select.cc:5385: bool greedy_search... : Assertion `joi...Sergey Petrunya2010-11-021-10/+5
* | | | | | | Fixed LP bug #668644.Igor Babaev2010-11-081-0/+9
* | | | | | | 5.2 mergeSergei Golubchik2010-10-281-30/+78
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | merge with 5.1Sergei Golubchik2010-10-251-19/+71
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | better fix for MySQL bugsSergei Golubchik2010-10-201-3/+4
| | * | | | | 5.1.51 mergeSergei Golubchik2010-10-191-16/+67
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-011-18/+42
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Bug #55656: mysqldump can be slower after bug 39653 fix.Evgeny Potemkin2010-08-261-18/+42
| | | | | |/ | | | | |/|
| | | * | | 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
| | | * | | Bug #55580 : segfault in read_view_sees_trx_idGeorgi Kodinov2010-08-131-7/+37
| | | * | | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-091-0/+2
| | | |/ /
* | | | | Fixed LP bug #609121unknown2010-10-271-3/+6
| |_|_|/ |/| | |
* | | | # No BUG#, a case brought from 5.2's innodb_mysql_lock.testSergey Petrunya2010-10-181-1/+0
* | | | MariaDB 5.2 -> 5.2 post-merge fixes:Sergey Petrunya2010-10-171-5/+8
* | | | Merge from mariadb-5.1 (through mariadb-5.2)Igor Babaev2010-10-141-23/+0
|\ \ \ \ | |/ / /
| * | | MergeIgor Babaev2010-10-141-23/+0
| |\ \ \ | | |/ /
| | * | Reverted the MySQL fix for bug 51242 that was rejected once for mariadb-5.1.48Igor Babaev2010-10-141-23/+0
* | | | Merge MariaDB 5.2 -> MariaDB 5.3Sergey Petrunya2010-10-141-20/+12
* | | | Remove garbage commentsSergey Petrunya2010-10-101-7/+0
* | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-97/+247
|\ \ \ \ | |/ / /
| * | | Automatic merge with 5.1Michael Widenius2010-10-061-10/+18
| |\ \ \ | | |/ /
| | * | Fixed bug #57024.Igor Babaev2010-09-261-10/+18
| * | | Automatic mergeMichael Widenius2010-10-011-2/+0
| |\ \ \
| | * | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable...Michael Widenius2010-09-231-2/+0
| * | | | merge with 5.1Sergei Golubchik2010-09-161-1/+8
| |\ \ \ \ | | | |/ / | | |/| |