• unknown's avatar
    Fix for view.test. · 9b14ac8d
    unknown authored
    the result should be added by 1 by the year(now()) function.
    
    
    mysql-test/r/view.result:
      SELECT (year(now())-year(DOB)) AS Age FROM t1 HAVING Age < 75; 
      the above statement in test file has a year(now()) function, 
      the result should increase by 1 from 2007 year to 2008 year.
    9b14ac8d
view.result 97.6 KB