summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Checking that the very last record is fully writtenunknown2007-10-172-1/+193
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-166-19/+89
|\
| * WL#3072 Maria recoveryunknown2007-10-166-19/+89
* | fixed typo in the comment.unknown2007-10-152-4/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-121-5/+46
|\
| * make maria more pluggableunknown2007-10-121-5/+46
* | int->my_bool transformation fixed (thanks Guilhem)unknown2007-10-121-4/+9
* | translog_next_LSN() changed to support pointer to the page endunknown2007-10-121-2/+19
|/
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-10-114-62/+139
|\
| * Compiler warnings removed.unknown2007-10-114-62/+139
* | WL#3072 Maria recovery. Bugfix (segfault of maria_read_log)unknown2007-10-111-5/+2
* | WL#3072 Maria recovery. Improving the progress message (small fixesunknown2007-10-101-25/+68
|/
* WL#3071 - Maria checkpointunknown2007-10-093-15/+65
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-099-99/+113
|\
| * WL#3072 Maria recoveryunknown2007-10-089-99/+113
* | Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-10-081-18/+46
|\ \
| * | Comments added.unknown2007-10-081-18/+46
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-082-5/+12
|\ \ | |/
| * Comments fixed and added.unknown2007-10-081-1/+2
| * Optimisation todo for loghandler added.unknown2007-10-072-4/+10
* | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-10-08173-746/+75937
|\ \ | |/
| * remove maria_* variables from the server, declare them in ha_maria.ccunknown2007-10-061-13/+46
| * after-merge fixes for 64bitunknown2007-10-063-9/+9
| * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-0434-1031/+1355
| |\
| | * WL#3072 Maria recovery.unknown2007-10-036-102/+124
| | * Fix for pushbuild failure (noticable only on 64-bit)unknown2007-10-022-9/+9
| | * WL#3072 - Maria recovery.unknown2007-10-0228-719/+755
| | * Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-10-021-2/+17
| | |\
| | | * Fixed problem with scanner destruction (unpinned page in the cache).unknown2007-10-011-2/+9
| | | * fater way to detect last page address for the last log file.unknown2007-10-011-0/+8
| | * | ma_recovery.c:unknown2007-10-0114-209/+455
| | |\ \ | | | |/
| | | * Incorrect function call fixed.unknown2007-10-011-1/+1
| | | * fix typounknown2007-09-271-1/+1
| | | * Merge pwbook.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-09-275-27/+28
| | | |\
| | | | * Faster translog_filename_by_filenounknown2007-09-275-27/+28
| | | * | Use direct memory access for the log scanunknown2007-09-271-11/+21
| | | |/
| | | * Remove SAFE_MODE for opt_range as it disables UPDATE to use keysunknown2007-09-2714-180/+415
| | * | WL#3072 Maria recoveryunknown2007-09-251-2/+5
| | |/
| * | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-0430-367/+502
| * | Fixed merge problems.unknown2007-09-272-40/+0
| * | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-27172-750/+75489
| |\ \ | | |/
| | * WL#3072 Maria recoveryunknown2007-09-254-235/+302
| | * Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-09-211-6/+21
| | |\
| | | * Transaction log flush serialization.unknown2007-09-211-6/+21
| | * | In non-debug builds, the log handler failed to read any logunknown2007-09-201-2/+2
| | * | fix for non-debug compilation errors.unknown2007-09-205-11/+14
| | * | Fix for segmentation fault when updating a record having a smallunknown2007-09-202-5/+6
| | |/
| | * WL#3072 Maria Recoveryunknown2007-09-154-25/+227
| | * Fixes problem with getting not LSN address gotten fromunknown2007-09-143-26/+61
| | * Check of log initialization added.unknown2007-09-141-3/+20