Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h131 QUERY_UPSERT, enumerator
H A Dmysqlnd_ps.c508 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()
H A Dmysqlnd.c1062 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) {
H A Dmysqlnd_result.c428 conn->last_query_type = QUERY_UPSERT; in mysqlnd_query_read_result_set_header()

Completed in 37 milliseconds