~laurynas-biveinis/percona-server/percona-redo

« back to all changes in this revision

Viewing changes to haildb/api/api0internal.c

  • Committer: Laurynas Biveinis
  • Date: 2012-01-11 04:19:53 UTC
  • Revision ID: laurynas.biveinis@percona.com-20120111041953-nrko2056d0weuk77
Adjust what's tested and what's not marks

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
        case MLOG_FILE_RENAME:
899
899
        case MLOG_FILE_DELETE:
900
900
                {
901
 
                        /* TODO: test */
902
901
                        char* buf_end = buf;
903
902
                        ib_log_sys_parse_fil_op(itr, &ptr, &buf_end);
904
903
                        break;
959
958
                }
960
959
        case MLOG_INIT_FILE_PAGE:
961
960
        case MLOG_IBUF_BITMAP_INIT:
962
 
        case MLOG_UNDO_HDR_DISCARD:
963
 
        case MLOG_PAGE_REORGANIZE:
 
961
        case MLOG_UNDO_HDR_DISCARD: /* TODO: test */
 
962
        case MLOG_PAGE_REORGANIZE: /* TODO: test */
964
963
        case MLOG_PAGE_CREATE:
965
964
        case MLOG_COMP_PAGE_CREATE:
966
965
        case MLOG_UNDO_ERASE_END: