summaryrefslogtreecommitdiff
path: root/storage/maria/ma_sort.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-18/+18
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-3/+3
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+5
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-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 addressMichal Schorm2019-05-101-1/+1
* | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+0
|/ / /
* | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-5/+5
* | | Simplify IO_CACHE by removing current_pos and end_pos as self-referencesVicențiu Ciorbaru2017-06-281-2/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-159/+161
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-157/+161
| |\ \
| | * \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-192/+184
| | |\ \ | | | |/
| | | * Fix typo bug that cause myisam repair to failmariadb-5.5.50Vicențiu Ciorbaru2016-06-161-1/+1
| | | * Fix compilation failure when compiling with std=c90Vicențiu Ciorbaru2016-06-161-3/+2
| | | * MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GBVladislav Vaintroub2016-06-141-1/+1
| | | * MDEV-10162: Update repair testcaseVicențiu Ciorbaru2016-06-141-6/+2
| | | * Fixed compilation failure using clangVicențiu Ciorbaru2016-06-141-136/+153
| | | * [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-06-141-36/+26
* | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-16/+21
|/ / /
* | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-02-231-36/+26
* | | Revert "[Code cleanup] Refactor duplicate code within myisam and maria sort.cc"Vicențiu Ciorbaru2016-01-171-26/+36
* | | Revert "Fixed compilation failure on MacOSX"Vicențiu Ciorbaru2016-01-171-176/+157
* | | Fixed compilation failure on MacOSXVicențiu Ciorbaru2016-01-171-157/+176
* | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-01-171-36/+26
* | | always use my_b_pread() instead of mysql_file_pread()Sergei Golubchik2015-06-021-7/+6
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-6/+2
|/ /
* | 10.0-base mergeSergei Golubchik2014-02-031-0/+1
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-011-0/+1
| |\ \ | | |/
| | * MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+1
* | | 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-135/+209
|/ /
* | 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
|/
* fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-4/+2
* merge with 5.3Sergei Golubchik2011-10-191-5/+34
|\
| * Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-1/+24
| * Merge with 5.1Michael Widenius2011-01-111-4/+10
| |\
| | * merge with 5.1Michael Widenius2011-01-071-4/+10
| | |\
| | | * Don't do DBUG_ASSERT for checksum errors when using REPAIRMichael Widenius2011-01-071-4/+10
* | | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-6/+6
* | | | post-merge fixes.Sergei Golubchik2011-07-021-2/+0
* | | | lots of post-merge changesSergei Golubchik2011-04-251-13/+13
|/ / /
* | | Merge 5.2->5.3Sergey Petrunya2010-10-101-4/+4
|\ \ \ | |/ /
| * | rename maria to ariaSergei Golubchik2010-09-121-4/+4
| |/
* | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-3/+3
|/