Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c174 int tmp_error_no; in mysqlnd_handle_local_infile() local
177 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
178 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()
202 int tmp_error_no; in mysqlnd_handle_local_infile() local
205 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
206 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()

Completed in 5 milliseconds