• unknown's avatar
    rec_lsn (first REDO LSN( is now given to the page cache on unpinning · 42cde8a7
    unknown authored
    Added maria_clone(), needed by future REPAIR code
    
    
    storage/maria/unittest/ma_pagecache_consist.c:
      Change mode to -rw-rw-r--
    storage/maria/unittest/lockman-t.c:
      Change mode to -rw-rw-r--
    storage/maria/unittest/lockman1-t.c:
      Change mode to -rw-rw-r--
    storage/maria/unittest/lockman2-t.c:
      Change mode to -rw-rw-r--
    storage/maria/unittest/trnman-t.c:
      Change mode to -rw-rw-r--
    include/maria.h:
      Added prototype for maria_clone (for future)
    storage/maria/ha_maria.cc:
      Move filename to share structure
    storage/maria/ma_blockrec.c:
      rec_lsn (first REDO LSN( is now given to the page cache on unpinning
      Removed impossible lock handling in get_head_or_tail_page()
      Changed calls ot translog_write_record() to remember rec_lsn
      Removed some logging in csse of not transactions
    storage/maria/ma_delete.c:
      info->filename -> info->s->open_file_name
    storage/maria/ma_loghandler.c:
      Indentation fixes
    storage/maria/ma_open.c:
      Added maria_clone(), needed by future REPAIR code
    storage/maria/ma_packrec.c:
      Fixed typo in comment
    storage/maria/ma_pagecache.c:
      Added comment.
      Allow setting REC_LSN in case of read lock
    storage/maria/ma_update.c:
      info->filename -> info->s->open_file_name
    storage/maria/ma_write.c:
      info->filename -> info->s->open_file_name
    storage/maria/maria_def.h:
      info->filename -> info->s->open_file_name
      Added have_rtree to simplify test in ma_clone()
    storage/maria/maria_ftdump.c:
      info->filename -> info->s->open_file_name
    storage/maria/maria_pack.c:
      info->filename -> info->s->open_file_name
    storage/maria/trnman.h:
      Added rec_lsn
    42cde8a7
ma_pagecache_consist.c 11.9 KB