summaryrefslogtreecommitdiff
path: root/storage/maria/ma_delete.c
Commit message (Expand)AuthorAgeFilesLines
* alloc_on_stack: simplify the APISergei Golubchik2019-08-231-50/+32
* MDEV-20279 Increase Aria index length limitMonty2019-08-231-39/+94
* 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-02-191-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-191-2/+0
| |\ \ \ | | |/ /
| | * | Fixed bug in macro _ma_mark_page_with_transid()Monty2019-02-191-2/+0
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
|/ / /
* | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-8/+8
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | Push for testing of encryptionMonty2015-02-101-1/+1
* | 10.0-monty mergeSergei Golubchik2013-07-211-3/+3
|\ \ | |/ |/|
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-3/+3
| * Fixed build failures found by buildbotMichael Widenius2012-06-051-0/+2
* | 5.3 merge.Sergei Golubchik2013-05-201-0/+1
|\ \
| * \ 5.1 mergeSergei Golubchik2013-05-201-0/+1
| |\ \
| | * | MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-111-0/+1
* | | | Fixed compiler warnings (A few of these was bugs)Michael Widenius2012-08-131-0/+2
| |_|/ |/| |
* | | 5.3 mergeSergei Golubchik2012-01-131-2/+4
|\ \ \ | |/ /
| * | Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETEMichael Widenius2011-12-131-2/+3
| * | Fixed bug where automaticly zerofilled table was not part of recovery if cras...Michael Widenius2011-12-021-0/+1
* | | merge with 5.3Sergei Golubchik2011-10-191-18/+31
|\ \ \ | |/ /
| * | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-5/+22
| |/
| * Fixes for Aria storage engine:Michael Widenius2011-02-101-1/+1
| * Aria issues:Michael Widenius2011-01-241-11/+7
* | post-merge fixes.Sergei Golubchik2011-07-021-2/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-4/+2
|/
* Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-131-6/+16
* Fixes some bug in Aria recovery:Michael Widenius2010-10-071-3/+5
* Fixed compiler failures when compiling non debug buildMichael Widenius2010-09-071-1/+1
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-59/+164
* Fix some compiler warnings seen in Buildbot.unknown2010-03-101-0/+2
* Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-1/+2
|\
| * Added ha_maria::is_changed() (needed for Query cache)Michael Widenius2008-11-011-0/+1
| * Fixed bug in underflow handling of page during delete found by running sql_benchMichael Widenius2008-09-051-1/+1
* | Code cleanup:Michael Widenius2009-01-091-1/+1
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-278/+272
|/
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-2/+3
* Fix for bug#38484 DELETE causes crash or index corruptionMichael Widenius2008-08-241-1/+3
* Fixes for bug#37276:Michael Widenius2008-07-091-0/+3
* Back-port of changes made to 6.0-maria (to remove compiler warnings or fix si...Guilhem Bichot2008-07-011-2/+2
* Added versioning of Maria indexMichael Widenius2008-06-261-169/+259
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-6/+2
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-5/+2
| * Added versioning of row dataunknown2008-04-101-1/+0
* | WL#3072 - Maria Recoveryunknown2008-04-241-58/+64
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-7/+7
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-1/+1