Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c135 static const char *lost_conn = "Lost connection to MySQL server during LOAD DATA of a local file"; variable
225 DBG_ERR_FMT("Error during read : %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
226 SET_CLIENT_ERROR(conn->error_info, CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
233 SET_CLIENT_ERROR(conn->error_info, CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
242 DBG_ERR_FMT("Bufsize < 0, warning, %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()

Completed in 6 milliseconds