summaryrefslogtreecommitdiff
path: root/storage/maria/ma_delete.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac compiler warnings fixed.unknown2008-02-071-2/+2
* Fixed bug in restoring auto-increment value in case of duplicate key with ins...unknown2008-01-311-0/+7
* Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-0/+2
* Bugs fixed:unknown2008-01-071-4/+6
* Added maria_zerofill()unknown2007-12-311-4/+7
* UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-1/+4
* Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-1/+5
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-94/+127
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-30/+48
* Fixes for redo/undo logging of key pagesunknown2007-11-201-132/+381
* First part of redo/undo for key pagesunknown2007-11-141-95/+298
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-101-73/+93
|\
| * Moved randomize and my_rnd under mysysunknown2007-10-091-73/+93
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-041-20/+21
|\ \
| * | WL#3072 - Maria recovery.unknown2007-10-021-20/+21
| |/
* | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-5/+7
|/
* - WL#3072 Maria Recovery:unknown2007-09-071-1/+1
* Merged with mysql-5.1 main tree.unknown2007-07-021-52/+52
* Fixed compiler warningsunknown2007-06-091-19/+19
* 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
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-04-051-1/+2
|\