summaryrefslogtreecommitdiff
path: root/storage/myisam/sort.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-241-1/+1
| |\
| | * Fix spelling mistakes in MyISAM code commentsIan Gilfillan2019-09-201-1/+1
* | | 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
* | | Simplify IO_CACHE by removing current_pos and end_pos as self-referencesVicențiu Ciorbaru2017-06-281-2/+0
* | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-2/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-157/+160
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-155/+160
| |\ \
| | * \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-190/+184
| | |\ \ | | | |/
| | | * Fix typo bug that cause myisam repair to failmariadb-5.5.50Vicențiu Ciorbaru2016-06-161-2/+2
| | | * Fix compilation failure when compiling with std=c90Vicențiu Ciorbaru2016-06-161-4/+3
| | | * MDEV-10162: Update repair testcaseVicențiu Ciorbaru2016-06-141-9/+4
| | | * Fixed compilation failure using clangVicențiu Ciorbaru2016-06-141-147/+164
| | | * [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-06-141-37/+27
* | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-17/+22
|/ / /
* | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-02-231-37/+27
* | | Revert "[Code cleanup] Refactor duplicate code within myisam and maria sort.cc"Vicențiu Ciorbaru2016-01-171-27/+37
* | | Revert "Fixed compilation failure on MacOSX"Vicențiu Ciorbaru2016-01-171-170/+154
* | | Fixed compilation failure on MacOSXVicențiu Ciorbaru2016-01-171-154/+170
* | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-01-171-37/+27
* | | add missing DBUG_RETURN-sSergei Golubchik2015-11-161-0/+1
* | | always use my_b_pread() instead of mysql_file_pread()Sergei Golubchik2015-06-021-8/+7
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-7/+2
|/ /
* | merge 10.0-base into 10.0Sergei Golubchik2013-11-041-1/+2
|\ \
| * | Fixed number of keys to be 64 bit safeMichael Widenius2013-11-031-1/+2
* | | 10.0-monty mergeSergei Golubchik2013-07-211-8/+8
|\ \ \ | |/ / |/| |
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-4/+4
* | | Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G...Michael Widenius2013-05-101-115/+174
|/ /
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-2/+2
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
|/
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-5/+13
|\
| * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\
| * | BUG#11754145 - 45702: IMPOSSIBE TO SPECIFY MYISAM_SORT_BUFFER > 4GB Ashish Agarwal2012-02-021-3/+12
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \
| * \ \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 5.2->5.3unknown2011-09-021-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed non critical buffer overflow bug in open_binary_frm() that could cause ...Michael Widenius2011-09-011-1/+3
| | |/ / /
* | | | | 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/+4
* | | | | 5.5-mergeSergei Golubchik2011-07-021-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-2/+0
* | | | | merge.Sergei Golubchik2010-11-251-15/+16
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-3/+3
| | |/ | |/|
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-21/+19
| |\ \ | | |/