17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
26
class Item_func_div :public Item_num_op
34
Item_func_div(Session *arg, Item *a,Item *b) :Item_num_op(a,b), session(arg) {}
35
31
int64_t int_op() { assert(0); return 0; }
38
34
const char *func_name() const { return "/"; }
39
35
void fix_length_and_dec();