17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/function/last_insert.h>
23
23
#include <drizzled/session.h>
28
25
int64_t Item_func_last_insert_id::val_int()
33
31
int64_t value= args[0]->val_int();
34
32
null_value= args[0]->null_value;
37
35
documented in the manual. We don't want to touch
38
36
first_successful_insert_id_in_cur_stmt because it would make
39
37
LAST_INSERT_ID(X) take precedence over an generated auto_increment