• unknown's avatar
    WL#3337 (Event scheduler new architecture) · 59566187
    unknown authored
    Shift from direct usage of (char *) with STRING_WITH_LEN
    to C_STRING_WITH_LEN
    
    
    sql/event_db_repository.cc:
      don't use direct casting but existing C_STRING_WITH_LEN macro
      to shut up the compiler.
    sql/event_scheduler.cc:
      don't use direct casting but existing C_STRING_WITH_LEN macro
      to shut up the compiler.
    59566187
event_scheduler.cc 22.9 KB