Searched refs:QUERY_UPSERT (Results 1 – 4 of 4) sorted by relevance
131 QUERY_UPSERT, enumerator
508 if (conn->last_query_type == QUERY_UPSERT || conn->last_query_type == QUERY_LOAD_LOCAL) { in mysqlnd_stmt_execute_parse_response()702 if (ret == PASS && conn->last_query_type == QUERY_UPSERT && stmt->upsert_status->affected_rows) { in MYSQLND_METHOD()
1062 if (conn->last_query_type == QUERY_UPSERT && conn->upsert_status->affected_rows) {2045 if (conn->last_query_type == QUERY_UPSERT && conn->upsert_status->affected_rows) {
428 conn->last_query_type = QUERY_UPSERT; in mysqlnd_query_read_result_set_header()
Completed in 47 milliseconds