Home
last modified time | relevance | path

Searched refs:QUERY_UPSERT (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h145 QUERY_UPSERT, enumerator
H A Dmysqlnd_ps.c509 if (conn->last_query_type == QUERY_UPSERT || conn->last_query_type == QUERY_LOAD_LOCAL) { in mysqlnd_stmt_execute_parse_response()
703 if (ret == PASS && conn->last_query_type == QUERY_UPSERT && stmt->upsert_status->affected_rows) { in MYSQLND_METHOD()
H A Dmysqlnd.c1180 if (conn->last_query_type == QUERY_UPSERT && conn->upsert_status->affected_rows) {
2173 if (conn->last_query_type == QUERY_UPSERT && conn->upsert_status->affected_rows) {
H A Dmysqlnd_result.c417 conn->last_query_type = QUERY_UPSERT; in mysqlnd_query_read_result_set_header()

Completed in 25 milliseconds