Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_loaddata.c212 int tmp_error_no; in mysqlnd_handle_local_infile() local
215 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
216 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()
240 int tmp_error_no; in mysqlnd_handle_local_infile() local
243 tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); in mysqlnd_handle_local_infile()
244 SET_CLIENT_ERROR(conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf); in mysqlnd_handle_local_infile()

Completed in 5 milliseconds