Searched refs:CR_UNKNOWN_ERROR (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 48 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_init() 80 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_read() 103 DBG_INF_FMT("no info, %d", CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error() 104 DBG_RETURN(CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_auth.c | 119 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_handshake() 240 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user() 300 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user() 541 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_sha256_get_rsa_key() 611 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_sha256_auth_get_auth_data()
|
H A D | mysqlnd_priv.h | 66 #define CR_UNKNOWN_ERROR 2000 macro
|
H A D | mysqlnd.c | 2647 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Unknown fetch mode"); 2907 …SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provid… 2939 …SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provid…
|
H A D | mysqlnd_wireprotocol.c | 245 *error_no = CR_UNKNOWN_ERROR; in php_mysqlnd_read_error_from_line() 521 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
|
H A D | mysqlnd_ps.c | 706 …SET_STMT_ERROR(stmt, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Couldn't generate the request. Possibly … in MYSQLND_METHOD()
|
Completed in 29 milliseconds