mariadb/storage
unknown 85da513341 Implement applying of REDO entries for
- LOGREC_REDO_INSERT_ROW_HEAD
- LOGREC_REDO_INSERT_ROW_TAIL
- LOGREC_REDO_PURGE_ROW_HEAD
- LOGREC_REDO_PURGE_ROW_TAIL


sql/sql_yacc.yy:
  Fixed typo in previous push
storage/maria/ma_bitmap.c:
  Ensure we flush the new bitmap on close
storage/maria/ma_blockrec.c:
  Implement applying of REDO entries for
  - LOGREC_REDO_INSERT_ROW_HEAD
  - LOGREC_REDO_INSERT_ROW_TAIL
  - LOGREC_REDO_PURGE_ROW_HEAD
  - LOGREC_REDO_PURGE_ROW_TAIL
  Split some functions into subfunctions to be able to reuse code
storage/maria/ma_blockrec.h:
  Added prototypes for REDO applying functions
storage/maria/ma_loghandler.h:
  Safety fix
storage/maria/ma_loghandler_lsn.h:
  Avoid compiler warnings
storage/maria/maria_read_log.c:
  Added hocks for:
  - REDO_INSERT_ROW_HEAD
  - REDO_INSERT_ROW_TAIL
  - REDO_PURGE_ROW_HEAD
  - REDO_PURGE_ROW_TAIL
  
  Added dummy hooks for:
  - UNDO_ROW_INSERT
  - UNDO_ROW_DELETE
  
  Changed to use maria_pagecache instead of own pagecache (fixed problem with unitialized share->pagecache)
  Use maria_panic() at end to ensure that all files are closed properly.
  Fixed option handling for --debug
2007-07-04 00:50:17 +03:00
..
archive Fixed compiler warnings 2007-02-23 13:13:55 +02:00
blackhole
csv Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-11 22:15:20 +03:00
example After merge fixes 2007-01-29 01:47:35 +02:00
federated After merge fixes 2007-01-29 01:47:35 +02:00
heap Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
innobase Fix (last) compiler warnings 2007-02-27 20:06:37 +02:00
maria Implement applying of REDO entries for 2007-07-04 00:50:17 +03:00
myisam Merge bk-internal.mysql.com:/home/bk/mysql-maria 2007-07-01 16:48:57 +03:00
myisammrg merge from MyISAM into Maria (last step of merge of 5.1 into Maria). 2007-03-01 18:23:58 +01:00
ndb Remove compiler warnings 2007-02-27 19:31:49 +02:00
Makefile.am Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-maria 2007-02-28 17:50:51 +01:00