17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
26
/* function where type of result detected by first argument */
29
27
class Item_func_num1: public Item_func_numhybrid
33
30
Item_func_num1(Item *a) :Item_func_numhybrid(a) {}
34
31
Item_func_num1(Item *a, Item *b) :Item_func_numhybrid(a, b) {}
36
33
void fix_num_length_and_dec();