• unknown's avatar
    Fix bug #11760 Typo in Item_func_add_time::print() results in NULLs returned · 3727b848
    unknown authored
    by subtime() in view
    
    Item_func_add_time::print() were printing arg[0] instead of arg[1] which
    results in wrongly created view. Functions addtime() and subtime were
    affected by this bug.
    
    
    sql/item_timefunc.cc:
      Fix bug #11760 Typo in Item_func_add_time::print() results in wrongly created view
    mysql-test/t/view.test:
      Test case for bug #11760  Typo in Item_func_add_time::print() results in wrongly created view
    mysql-test/r/view.result:
      Test case for bug #11760  Typo in Item_func_add_time::print() results in wrongly created view
    mysql-test/r/date_formats.result:
      Fixed wrong test result. Affected by bug#11760
    3727b848
item_timefunc.cc 76.9 KB