• unknown's avatar
    Fixes of the empty log problem. · a303f5b2
    unknown authored
    
    storage/maria/ma_checkpoint.c:
      The new macro for easier printing LSN added.
    storage/maria/ma_loghandler.c:
      The assertion returned.
      The new macro for easier printing LSN added.
    storage/maria/ma_loghandler_lsn.h:
      The new macro for easier printing LSN added.
    storage/maria/ma_pagecache.c:
      The new macro for easier printing LSN added.
    storage/maria/ma_recovery.c:
      Recovery checks empty log state.
      RECHEADER_READ_ERROR means some real error.
    storage/maria/maria_read_log.c:
      Read log starts from real beggining of the log and precess
      error and empty log states.
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler-t.c:
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler_first_lsn-t.c:
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler_max_lsn-t.c:
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler_multigroup-t.c:
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler_multithread-t.c:
      The new macro for easier printing LSN added.
    storage/maria/unittest/ma_test_loghandler_noflush-t.c:
      The new macro for easier printing LSN added.
    a303f5b2
ma_checkpoint.c 41.7 KB