summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.1 => 5.5Norvald H. Ryeng2011-08-301-2/+3
|\
| * Bug#11765254 - 58200: ASSERTION FAILED: PARAM.SORT_LENGTH WHENNorvald H. Ryeng2011-08-301-2/+3
* | merge 5.1 => 5.5Tor Didriksen2011-08-291-11/+0
|\ \ | |/
| * Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEXTor Didriksen2011-08-251-11/+0
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | Bug #11747102 30771: LOG MORE INFO ABOUT THREADS KILL'D AND SORT ABORTED MESS...Tor Didriksen2011-02-241-2/+5
* | | Bug #36022 please log more information about "Sort aborted" queriesTor Didriksen2011-02-021-2/+21
* | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-5/+1
* | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+1
* | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-07-191-1/+3
|\ \ \ | |/ /
| * | Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-1/+3
* | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
* | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-29/+18
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
* | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-0/+2
|\ \ \ | |/ /
| * | Auto-merge.Ramil Kalimullin2010-01-291-0/+2
| |\ \ | | |/
| | * Fix for bug#49897: crash in ptr_compare when char(0) NOT NULL Ramil Kalimullin2010-01-291-0/+2
* | | WL#2360 Performance schemaMarc Alff2010-01-061-3/+4
* | | Backport of:Konstantin Osipov2009-11-241-1/+1
* | | Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01...Mikael Ronstrom2009-02-171-3/+0
|\ \ \ | |/ /
| * | Bug #41543: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_...Georgi Kodinov2009-01-091-3/+0
* | | DTrace fixes plus fixing a too long file nameMikael Ronstrom2008-12-221-1/+1
* | | Backport of DTrace patches from 6.0Mikael Ronstrom2008-12-201-0/+4
|/ /
* | Merge fix for BUG#35478 into 5.1Sergey Petrunia2008-07-151-13/+53
|\ \ | |/
| * BUG#35478: sort_union() returns bad data when sort_buffer_size is hitSergey Petrunia2008-07-151-13/+53
| * Merge kaamos.(none):/data/src/mysql-5.0kaa@kaamos.(none)2008-03-121-2/+1
| |\
* | \ Merge kaamos.(none):/data/src/mysql-5.1kaa@kaamos.(none)2008-03-121-2/+1
|\ \ \
| * \ \ Merge kaamos.(none):/data/src/mysql-5.1kaa@kaamos.(none)2008-02-171-2/+1
| |\ \ \
| | * \ \ Merge kaamos.(none):/data/src/opt/mysql-5.0-optkaa@kaamos.(none)2008-02-141-2/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#31590: Wrong error message on sort buffer being too small.evgen@sunlight.local2008-02-081-2/+1
* | | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50tsmith@ramayana.hindu.god2008-01-301-0/+7
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Bug #32149 Long semaphore wait for adaptive hash latchtsmith@ramayana.hindu.god2008-01-301-0/+7
| | |/ | |/|
* | | Merge ramayana.hindu.god:/home/tsmith/m/bk/51tsmith@ramayana.hindu.god2008-01-221-8/+16
|\ \ \ | | |/ | |/|
| * | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0-optepotemkin@bk-internal.mysql.com2008-01-101-2/+6
| |\ \ | | |/
| | * filesort.cc:evgen@moonbone.local2008-01-101-2/+6
| * | Post-merge fix after merging 5.0 -> 5.1. Replaced 'byte' with 'uchar'.kaa@kaamos.(none)2008-01-101-6/+6
| * | Merge kaamos.(none):/data/src/opt/mysql-5.0-optkaa@kaamos.(none)2008-01-101-8/+12
| |\ \ | | |/
| | * Bug#33675: Usage of an uninitialized memory by filesort in a subquery causedevgen@moonbone.local2008-01-091-9/+13
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintcmiller@zippy.cornsilk.net2007-12-141-154/+158
|\ \ \ | |/ / |/| |
| * | Doxygenization of comments.cmiller@zippy.cornsilk.net2007-10-111-154/+158
* | | Use an inline getter method (thd->is_error()) to query if there is an error kostja@bodhi.(none)2007-10-301-2/+2
* | | Merge polly.(none):/home/kaa/src/opt/bug31742/my50-bug28550kaa@polly.(none)2007-10-231-1/+4
|\ \ \ | |/ / |/| / | |/
| * Fix for bug #31742: delete from ... order by function call that causeskaa@polly.(none)2007-10-221-1/+4
| * Bug#15130: CREATE .. SELECT was denied to use advantages of the SQL_BIG_RESULT.evgen@moonbone.local2007-07-241-1/+2
* | BUG#29610: crash in func_group on 64bit platform:sergefp@mysql.com2007-07-111-1/+2
* | Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-041-4/+14
|\ \ | |/
| * Fixed bug #25798.igor@olga.mysql.com2007-07-011-4/+14
* | Merge moonbone.local:/mnt/gentoo64/work/test-5.0-opt-mysqlevgen@moonbone.local2007-06-111-8/+11
|\ \ | |/
| * Fixed bug #28811: crash for a query containing a subquery with igor@olga.mysql.com2007-06-071-8/+11