summaryrefslogtreecommitdiff
path: root/storage/maria/ma_recovery.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#39363 "Concurent inserts in the same table lead to hang in maria ...Guilhem Bichot2008-10-171-4/+4
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-9/+9
* Auto mergeMichael Widenius2008-07-121-0/+20
|\
| * Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-0/+20
* | Fixing bug when using alter table on locked maria tableMichael Widenius2008-07-121-0/+11
|/
* Merge; No notable changesMichael Widenius2008-06-261-1/+2
|\
| * Fix for BUG#35801 "Maria: unreadable log during tests" andGuilhem Bichot2008-06-121-1/+2
* | Added versioning of Maria indexMichael Widenius2008-06-261-7/+10
|/
* WL#4374 "Maria - force start if Recovery fails multiple times"Guilhem Bichot2008-06-021-3/+14
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-0/+14
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+14
* | Fixing the little bug that if a new version reads an old control file,unknown2008-04-071-1/+2
|/
* Store maximum transaction id into control file at clean shutdown.unknown2008-04-041-0/+8
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-3/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-02-211-1/+1
|\
| * Fixed problems with ma_test2 and mi_test2 on high-byte-first systemunknown2008-02-211-1/+1
* | Merge oleksandr-byelkins-powerbook-g4-15.local:/Users/bell/mysql/bk/mysql-mariaunknown2008-02-081-1/+1
|\ \ | |/ |/|
| * Mac compiler warnings fixed.unknown2008-02-071-1/+1
* | Minor changes. New description in SHOW ENGINES for Maria.unknown2008-01-311-2/+2
|/
* Fix for BUG#34114 "maria_chk reports false error when several tables onunknown2008-01-291-3/+3
* - fix for segfault in rpl_trigger/rpl_found_rows with default engine=mariaunknown2008-01-201-27/+67
* compiler warningsunknown2008-01-181-0/+1
* WL#3072 - Maria Recoveryunknown2008-01-171-160/+285
* ma_checkpoint.c, ma_recovery.c:unknown2008-01-171-1/+5
|\
| * WL#3072 Maria Recoveryunknown2008-01-111-1/+5
* | Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2008-01-121-1/+11
|\ \
| * | Multigroup record write fixed.unknown2008-01-121-1/+11
* | | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-2/+2
| |/ |/|
* | Fix windows warnings using correct datatypes if possible unknown2008-01-111-2/+7
|/
* Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-2/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-01-101-13/+16
|\
| * Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-13/+16
* | Windows fixesunknown2008-01-101-1/+2
|/
* Removed wrong prototypes (Fixed compiler warning)unknown2008-01-081-2/+0
* Use LOGREC_REDO_NEW_ROW_HEAD and LOGREC_REDO_NEW_ROW_TAIL when writing to a n...unknown2008-01-081-1/+24
* Bugs fixed:unknown2008-01-071-44/+58
* Disable logging of index pages during repairunknown2008-01-021-4/+4
* mergeunknown2007-12-311-48/+115
|\
| * WL#3072 - Maria Recoveryunknown2007-12-301-48/+115
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-311-7/+2
|\ \
| * | Maria: when logs have been manually deleted, last_logno and last_checkpoint_lsnunknown2007-12-301-7/+2
* | | Added maria_zerofill()unknown2007-12-311-16/+24
* | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-301-55/+51
|\ \ \ | |/ / |/| |
| * | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-55/+51
| |/
* | typo fixedunknown2007-12-191-1/+1
|/
* Fixed several bugs in page CRC handlingunknown2007-12-181-9/+29
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-171-23/+49
|\
| * Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-23/+49
* | fix for some gcc -ansi warnings.unknown2007-12-141-37/+55
* | WL#3072 - Maria recovery.unknown2007-12-141-20/+23
|/