• unknown's avatar
    Fix an unstable test. It was reliant on the current time. · 25723542
    unknown authored
    
    mysql-test/r/func_time.result:
      Update results (use fixed datetime values instead of NOW()).
    mysql-test/t/func_time.test:
      Use fixed datetime values instead of NOW(): the test would have a sporadic
      failure when current day changed between two consequtive calls to
      NOW(). The test actually tests FROM_DAYS/TO_DAYS functions, 
      so use of NOW() is not necessary.
    25723542
func_time.test 32.2 KB