Searched refs:UPSERT_STATUS_GET_LAST_INSERT_ID (Results 1 – 3 of 3) sorted by relevance
40 #define UPSERT_STATUS_GET_LAST_INSERT_ID(status) (status)->last_insert_id macro
511 …UPSERT_STATUS_SET_LAST_INSERT_ID(stmt->upsert_status, UPSERT_STATUS_GET_LAST_INSERT_ID(conn->upser… in mysqlnd_stmt_execute_parse_response()1360 return stmt? UPSERT_STATUS_GET_LAST_INSERT_ID(stmt->upsert_status) : 0; in MYSQLND_METHOD()
1179 return UPSERT_STATUS_GET_LAST_INSERT_ID(conn->upsert_status);
Completed in 26 milliseconds