Searched refs:UPSERT_STATUS_SET_LAST_INSERT_ID (Results 1 – 4 of 4) sorted by relevance
43 #define UPSERT_STATUS_SET_LAST_INSERT_ID(status, id) (status)->last_insert_id = (id) macro
441 UPSERT_STATUS_SET_LAST_INSERT_ID(conn->upsert_status, rset_header.last_insert_id); in mysqlnd_query_read_result_set_header()
523 …UPSERT_STATUS_SET_LAST_INSERT_ID(stmt->upsert_status, UPSERT_STATUS_GET_LAST_INSERT_ID(conn->upser… in mysqlnd_stmt_execute_parse_response()
2500 UPSERT_STATUS_SET_LAST_INSERT_ID(upsert_status, ok_response.last_insert_id); in MYSQLND_METHOD()
Completed in 24 milliseconds