• unknown's avatar
    fix bug in show events which shows · 5d052fec
    unknown authored
    | INTERVAL_VALUE | INTERVAL_FIELD |
    | 20             | 20 MINUTE      |
    the second one should be without the value
    
    
    mysql-test/r/events.result:
      update test result to be as they should be
    sql/event_timed.cc:
      manually append the name of the interval because it's no more appended
      by reconstruct_value
    5d052fec
event_timed.cc 38.3 KB