• Michael Widenius's avatar
    Added option --start-from-checkpoint to maria_read_log · 6bbb0b57
    Michael Widenius authored
    Print out checked file names in maria_check -s (unless you use a second -s)
    Some trivial optimizations
    
    storage/maria/ma_bitmap.c:
      Trivial optimizations:
      - Combine common code (to be able to remove duplicate mutex_lock call)
      - Move setting of thread specific variables outside of mutex
    storage/maria/ma_check.c:
      Fixed wrong argument to printf
    storage/maria/maria_chk.c:
      Print out checked table names unless -s -s
    storage/maria/maria_read_log.c:
      Added option --start-from-checkpoint (to help find bugs in checkpoints)
    6bbb0b57
maria_chk.c 70.1 KB