summaryrefslogtreecommitdiff
path: root/storage/maria/ma_sort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [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
|/
* Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-5/+6
* Code cleanup:Michael Widenius2009-01-091-16/+16
* Added versioning of Maria indexMichael Widenius2008-06-261-11/+25
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-3/+4
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-2/+4
* Fixed after-merge problems.unknown2007-12-161-6/+6
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-1/+1
* Fixed repair_by_sort to work with BLOCK_RECORDunknown2007-11-281-1/+3
* First part of redo/undo for key pagesunknown2007-11-141-3/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-101-12/+13
|\
| * Moved randomize and my_rnd under mysysunknown2007-10-091-12/+13
* | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-52/+51
|/
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-7/+10
* Merged with mysql-5.1 main tree.unknown2007-07-021-66/+66
* GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1