summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | register keyword c++17 warningEugene Kosov2018-04-241-4/+4
* | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-5/+4
* | | Ensure that table->vcol_set is properly restored if usedMonty2018-01-011-9/+14
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-1/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-1/+2
| |\ \
| | * \ Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-1/+2
| | |\ \ | | | |/
| | | * MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_...Varun Gupta2017-12-201-2/+5
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+3
* | | | Simplify IO_CACHE by removing current_pos and end_pos as self-referencesVicențiu Ciorbaru2017-06-281-3/+0
* | | | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-161-6/+0
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+1
* | | | find_all_keys: add an assert, remove current_thdSergei Golubchik2017-02-131-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+1
| | |\ \ | | | |/
| | | * MDEV-10927: Crash When Using sort_union OptimizationVarun Gupta2016-12-221-1/+1
* | | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-111-20/+12
* | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* | | | bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-5/+1
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-2/+2
* | | | MDEV-8989 ORDER BY optimizer ignores equality propagationSergei Golubchik2016-07-011-5/+29
* | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-4/+3
* | | | various cleanupsMichael Widenius2016-06-301-1/+0
* | | | MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-9/+3
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-160/+129
|\ \ \ \
| * | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-160/+129
* | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-14/+68
|/ / / /
* | | | MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into...Alexander Barkov2016-01-121-199/+238
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\ \ \ | |/ /
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
* | | Simple optimization and removal of compiler warningsMonty2015-07-051-5/+10
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-2/+2
| |\ \ | | |/
| | * Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-051-2/+9
| | |\
| | | * Bug #20049521: CRASH IN MERGE_BUFFERS FILESORT.C WHEN INNODB WITH ORDER BY.Mithun C Y2015-02-251-1/+8
| | | * Bug #17307201 : FAILING ASSERTION: PREBUILT->TRX->CONC_STATE == 1mithun2014-01-091-2/+7
| | | * Bug #17708621 : EXCEEDING SORT_BUFFER_SIZE (FILE SORT) mithun2013-11-181-0/+14
| | | * Bug#16691598 - ORDER BY LOWER(COLUMN) PRODUCES OUT-OF-ORDER RESULTSNeeraj Bisht2013-11-071-15/+17
| | | * remerge 5.1 => 5.5Tor Didriksen2013-10-291-2/+4
| | | |\
| | | | * Bug#17326567 MYSQL SERVER FILESORT IMPLEMENTATION HAS A VERY SERIOUS BUGTor Didriksen2013-10-291-2/+5
| | | * | Bug#11745656 - KILL THREAD -> ERROR: "SERVER SHUTDOWN IN PROGRESS"Praveenkumar Hulakund2013-10-051-1/+4
| | | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-1/+7