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