• unknown's avatar
    fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BUG#7015, BUG#11387) · b42986aa
    unknown authored
    
    mysql-test/r/view.result:
      using sum(distinct ), cast(... as decimal) & avg(distinct ) in views
    mysql-test/t/view.test:
      using sum(distinct ), cast(... as decimal) & avg(distinct ) in views
    sql/item.h:
      Add a comment for Item::print
    sql/item_func.cc:
      Use functype(), not func_name() for item equvalence detection
    sql/item_func.h:
      Missed function typoes added
      Add a comment for Item_func::func_name()
      style fix
    sql/item_strfunc.cc:
      Use functype(), not func_name() for item equvalence detection
    sql/item_strfunc.h:
      Add missing func_name and func_type
    sql/item_sum.cc:
      Item_sum func_name report beggining of function till first argument
    sql/item_sum.h:
      Item_sum func_name report beggining of function till first argument
    sql/item_timefunc.cc:
      Use functype(), not func_name() for item equvalence detection
    sql/item_timefunc.h:
      Add missing func_name and func_type
    sql/item_uniq.h:
      Add missing func_name
    b42986aa
item_strfunc.cc 72.8 KB