• unknown's avatar
    WL#3337 (Event scheduler new architecture) · 5f0a5dc0
    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.
    5f0a5dc0
event_scheduler.cc 22.9 KB