• unknown's avatar
    a fix (bug #10599: Numeric function 'abs' make server crash). · c1ed128f
    unknown authored
    
    sql/item_func.cc:
      a fix (bug #10599: Numeric function 'abs' make server crash).
      Item_func_abs::decimal_op() and Item_func_neg::decimal_op()
      now return 0 if NULL.
      Trivial optimization - get rid of an extra jump for common situations.
    c1ed128f
item_func.cc 118 KB