20
20
#ifndef DRIZZLED_FUNCTIONS_LAST_INSERT_H
21
21
#define DRIZZLED_FUNCTIONS_LAST_INSERT_H
25
26
class Item_func_last_insert_id :public Item_int_func
28
29
Item_func_last_insert_id() :Item_int_func() {}
29
30
Item_func_last_insert_id(Item *a) :Item_int_func(a) {}