summaryrefslogtreecommitdiff
path: root/storage/maria/ma_search.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Marko Mäkelä2022-06-091-11/+17
|\
| * Improve error reporting in AriaMonty2022-06-071-11/+17
* | MDEV-27309 Server crash or ASAN memcpy-param-overlap upon INSERT into Aria/My...Sergei Golubchik2022-01-261-3/+3
* | cleanup: reduce code duplicationSergei Golubchik2022-01-261-7/+2
* | MDEV-27303 Table corruption after insert into a non-InnoDB table with DESC indexSergei Golubchik2022-01-261-15/+10
|/
* alloc_on_stack: simplify the APISergei Golubchik2019-08-231-7/+4
* MDEV-20279 Increase Aria index length limitMonty2019-08-231-7/+21
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-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
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
|/ / /
* | | Merge 10.1 into 10.2Marko Mäkelä2018-01-031-7/+7
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-01-031-7/+7
| |\ \ | | |/
| | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-031-7/+7
* | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
* | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-26/+26
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-3/+1
|/
* Compilation warnings.Sergei Golubchik2013-05-071-7/+3
* Fixed compiler errorsMichael Widenius2012-08-141-0/+4
* Merge 5.3->5.5.Igor Babaev2012-03-011-0/+4
|\
| * mergeSergei Golubchik2012-02-281-0/+4
| |\
| | * Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"Michael Widenius2012-02-281-0/+4
* | | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-14/+4
* | | merge with 5.3Sergei Golubchik2011-10-191-28/+27
|\ \ \ | |/ /
| * | Merge with 5.2Michael Widenius2011-03-091-20/+10
| |\ \ | | |/
| | * Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-20/+10
| | |\
| | | * Aria issues:Michael Widenius2011-01-241-20/+10
| * | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-7/+10
| |\ \ \ | | |/ /
| | * | automatic merge with 5.1Michael Widenius2011-01-111-1/+7
| | |\ \ | | | |/
| | | * Fixed wrong test in maria_rsame() that caused ma_test_all to fail.Michael Widenius2011-01-111-1/+5
| | | * Safety fix for Aria:Michael Widenius2011-01-111-0/+2
| | * | Automatic merge with 5.1Michael Widenius2011-01-101-6/+3
| | |\ \ | | | |/
| | | * - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-6/+3
| * | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc...Michael Widenius2011-02-181-1/+5
| * | | Added support for NO_RECORD record format (don't store any row data) for Aria.Sergei Golubchik2011-01-141-0/+2
| |/ /
* | | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
|/ /
* | MergeIgor Babaev2010-10-141-2/+3
|\ \ | |/
| * Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-131-2/+3
* | Merge with 5.1Michael Widenius2010-04-011-4/+4
|\ \ | |/
| * Fixed compiler warnings and sporadic failures in test casesMichael Widenius2010-03-281-4/+4
* | mergedSergei Golubchik2010-03-151-32/+71
|\ \ | |/
| * Added count of my_sync calls (to SHOW STATUS)Michael Widenius2010-03-091-32/+71
* | Applied Antony T Curtis patch for declaring many CHARSET objects as constMichael Widenius2010-01-061-2/+2
|/
* We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-3/+18
|\
| * Fix for Bug #39243 SELECT WHERE does not find rowMichael Widenius2008-09-261-3/+18
* | Code cleanup:Michael Widenius2009-01-091-6/+6
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-114/+119
|/