Browse Source

Fix after merge.

pull/374/head
unknown 19 years ago
parent
commit
31a3edf1e2
  1. 1
      sql/item_func.h

1
sql/item_func.h

@ -430,6 +430,7 @@ public:
my_decimal *decimal_op(my_decimal *);
const char *func_name() const { return "%"; }
void result_precision();
void fix_length_and_dec();
};

Loading…
Cancel
Save