Searched refs:lost_conn (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 153 static const char *lost_conn = "Lost connection to MySQL server during LOAD DATA of local file"; variable 202 DBG_ERR_FMT("Error during read : %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile() 203 SET_CLIENT_ERROR(*conn->error_info, CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile() 210 SET_CLIENT_ERROR(*conn->error_info, CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile() 219 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