summaryrefslogtreecommitdiff
path: root/sql/uniques.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-091-4/+8
* MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-131-2/+6
* MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-121-3/+3
* Fix failing test cases for MDEV-7912 patchVicentiu Ciorbaru2015-04-291-4/+0
* MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merg...Vicentiu Ciorbaru2015-04-281-6/+9
* Merge 5.3->5.5Igor Babaev2013-01-231-57/+96
|\
| * Merge 5.2->5.3Igor Babaev2013-01-211-55/+96
| |\
| | * Fixed bug mdev-4063 (bug #56927).Igor Babaev2013-01-211-51/+93
| * | Merge with 5.2.Michael Widenius2011-12-111-2/+5
| |\ \ | | |/
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+5
| | |\
* | | \ mysql-5.5.29 mergeSergei Golubchik2013-01-151-1/+6
|\ \ \ \
| * | | | Bug#14542543 FIX BUG #12694872 IN 5.5Tor Didriksen2012-09-181-1/+6
* | | | | 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
| | |\ \ \
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-27/+79
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fixed DBUG_PRINT formatting (compile error on Linux with -Werror)Vladislav Vaintroub2011-02-191-3/+4
| * | | | | Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-4/+4
| * | | | | MergeIgor Babaev2010-12-271-21/+71
| |\ \ \ \ \
| | * \ \ \ \ MergeIgor Babaev2010-12-091-21/+71
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | MWL #21: "index_merge: non-ROR intersection".Igor Babaev2010-12-011-17/+33
| | | * | | | An implementation of index intersect via a modified Unique class.Igor Babaev2010-09-131-8/+43
| | |/ / / /
* | | | | | merge.Sergei Golubchik2010-11-251-7/+8
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-4/+4
| |/ / /
| * | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+1
| |\ \ \
| * | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-3/+4
* | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+5
* | | | | Backport of:Konstantin Osipov2009-11-241-2/+2
| |_|/ / |/| | |
| | | |
| \ \ \
*-. \ \ \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-2/+2
| * | | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-2/+2
| |/ /
* | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
* | Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-optunknown2007-07-041-7/+6
|\ \ | |/
| * Fixed bug #25798.unknown2007-07-011-7/+6
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-10/+9
|/
* Many files:unknown2006-12-231-2/+1
* Fixed compiler warningsunknown2006-11-301-2/+2
* Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-16/+22
* Increased heap max length to > 4G for 64 bit machines unknown2006-11-281-2/+2
* many warnings (practically safe but annoying) correctedunknown2006-01-031-61/+61
* Code cleanups during code reviewsunknown2005-06-011-1/+1
* Fixed bug in replacation for not x86 platformsunknown2003-12-211-13/+12
* Merge mysql.com:/home/psergey/mysql-5.0-latest-pullunknown2003-12-201-2/+234
|\
| * Merge 4.1 to 5.0.unknown2003-12-191-1/+1
| |\
| | * Merge with 4.0.17unknown2003-12-171-5/+11
| | |\
| | | * Fix for bug #1980unknown2003-12-021-4/+10
| * | | Implementation of SUM(DISTINCT), tests casesunknown2003-12-191-1/+233