summaryrefslogtreecommitdiff
path: root/sql/sql_test.cc
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\
* | | \ merge with 5.3Sergei Golubchik2011-10-191-54/+66
|\ \ \ \
| * | | | MWL#90: Address review feedback part #2Sergey Petrunya2011-03-211-2/+3
| * | | | Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-2/+6
| |\ \ \ \
| | * | | | Fixed LP bug #725050.Igor Babaev2011-02-271-2/+6
| * | | | | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-40/+48
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-41/+49
| | |\ \ \ \
| | | * | | | MWL#90, code movearound to unify merged and non-merged semi-join materializat...Sergey Petrunya2010-06-041-41/+49
| * | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-6/+6
| * | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-4/+4
| * | | | | | Merge to get make String reallocation fasterMichael Widenius2010-11-161-1/+2
| |\ \ \ \ \ \
| | * | | | | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-1/+2
* | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-10/+9
* | | | | | | | merge.Sergei Golubchik2010-11-251-7/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | merge w/ 5.2Sergei Golubchik2010-11-021-5/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | sane implementation of Key_% status variables.Sergei Golubchik2010-10-291-5/+9
| * | | | | | Post-merge fixes part 1Sergey Petrunya2010-10-101-1/+1
| | |/ / / / | |/| | | |
| * | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-1/+3
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge with the latest changes in the 5.2 tree.Igor Babaev2010-03-291-7/+17
| | |\ \ \ | | | |/ /
| | * | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-1/+3
| * | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-7/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-0/+59
| | |/ / | |/| |
* | | | Cleanup: remove unused declarations from sql_base.h.Konstantin Osipov2010-08-041-2/+2
* | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+0
* | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-7/+22
|\ \ \ \
| * | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-7/+22
* | | | | A follow up patch for the fix for Bug#51263 "Deadlock between Konstantin Osipov2010-06-011-1/+0
|/ / / /
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-7/+17
|\ \ \ \
| * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-7/+17
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #50271: Debug output of JOIN structures is garbledTor Didriksen2010-01-281-7/+17
| | |/ /
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-2/+5
|\ \ \ \ | |/ / /
| * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+5
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-9/+9
|\ \ \ \ | |/ / /
| * | | Merge cleanupMarc Alff2009-12-111-1/+1
| * | | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-111-11/+10
| |\ \ \
| * | | | WL#2360 Performance schemaMarc Alff2009-12-091-8/+8
* | | | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-161-11/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug #49130 Running mtr tests with valgrind and debug produces lots of warningsTor Didriksen2009-12-021-11/+10
| |/ / /
* | | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-14/+26
|/ / /
* | | Backport of:Konstantin Osipov2009-11-241-14/+14
* | | Backport of:Konstantin Osipov2009-10-141-2/+2
|/ /
* | Bug#44164: TL_WRITE has no description in lock_descriptions[]Davi Arnaut2009-04-141-12/+16
* | WL#4189 mtr.pl v2Magnus Svensson2009-01-261-1/+1
* | Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-091-0/+4
* | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-071-2/+2
|\ \
| * | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-2/+2
* | | Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-3/+3
|/ /