Skip to content
  • Anil Toshniwal's avatar
    8f00933d
    WL#6755 : Use of error logging API in InnoDB · 8f00933d
    Anil Toshniwal authored
    a) Replace all possible occurrence of fprintf(stderr, "<MSG>") with
        ib_logf().
    b) Replace all possible occurrence of fputs() that redirect error/warning
       to stderr stream with ib_logf().
    c) Get rid of ut_print_timestamp(), where ever possible in InnoDB.
       As ib_logf() take care of emitting timestamp with each message output.
    
    Approved by: Krunal, Allen and Kevin (rb#3682).
    8f00933d
    WL#6755 : Use of error logging API in InnoDB
    Anil Toshniwal authored
    a) Replace all possible occurrence of fprintf(stderr, "<MSG>") with
        ib_logf().
    b) Replace all possible occurrence of fputs() that redirect error/warning
       to stderr stream with ib_logf().
    c) Get rid of ut_print_timestamp(), where ever possible in InnoDB.
       As ib_logf() take care of emitting timestamp with each message output.
    
    Approved by: Krunal, Allen and Kevin (rb#3682).
Loading