summaryrefslogtreecommitdiff
path: root/storage/maria/ma_update.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting in AriaMonty2022-06-071-5/+5
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+2
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-4/+2
|/
* 5.3 merge.Sergei Golubchik2013-05-201-0/+1
|\
| * MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-111-0/+1
* | merge with 5.3Sergei Golubchik2011-10-191-9/+11
|\ \ | |/
| * Fixes for Aria storage engine:Michael Widenius2011-02-101-1/+2
| * Aria issues:Michael Widenius2011-01-241-8/+9
* | post-merge fixes.Sergei Golubchik2011-07-021-2/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-2/+2
|/
* Added ha_maria::is_changed() (needed for Query cache)Michael Widenius2008-11-011-0/+1
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-2/+3
* Added versioning of Maria indexMichael Widenius2008-06-261-21/+35
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-20/+7
* Fixed bug in restoring auto-increment value in case of duplicate key with ins...unknown2008-01-311-0/+3
* Bugs fixed:unknown2008-01-071-1/+5
* Added maria_zerofill()unknown2007-12-311-0/+1
* UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-3/+4
* WL#3072 - Maria Recovery: recovery of state.auto_increment.unknown2007-12-121-3/+7
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-1/+1
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-041-32/+19
|\
| * WL#3072 - Maria recovery.unknown2007-10-021-32/+19
* | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-3/+3
|/
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-2/+1
|\
| * Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-2/+1
* | Merged with mysql-5.1 main tree.unknown2007-07-021-2/+2
|/
* rec_lsn (first REDO LSN( is now given to the page cache on unpinningunknown2007-06-071-2/+2
* This patch is a collection of patches from from Sanja, Sergei and Monty.unknown2007-05-291-1/+1
* Fixes after review of guilhem of block record patchunknown2007-04-191-1/+1
* GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
* merge from MyISAM into Maria (last step of merge of 5.1 into Maria).unknown2007-03-011-1/+2
* Merge with new versionunknown2007-01-231-14/+23
|\
| * Implementation of rows-in-blockunknown2007-01-181-14/+23
* | Manually merging changes made to MyISAM into Maria. End of merge.unknown2006-09-071-1/+12
|/
* Completion of merge of mysql-5.1 into mysql-maria.unknown2006-08-101-1/+2
* WL#3270 "Maria - cleanups of inherited MyISAM functionality"unknown2006-05-051-2/+0
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+232