• unknown's avatar
    fix for wrong QUARTER calculation in EXTRACT() (Bug #18100) · 7368ba63
    unknown authored
    
    
    mysql-test/r/func_time.result:
      expected test results for bug #18100 added
    mysql-test/t/func_time.test:
      test case for bug #18100 added
    sql/item_timefunc.cc:
      wrong formula for EXTRACT QUARTER, now uses the same calculus as the QUARTER()
      function
    7368ba63
func_time.test 21.7 KB