mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Unify. The typedef-ed structs in mysqlnd are always capitalized.
This commit is contained in:
parent
6a9d78f102
commit
01adfaee5f
4 changed files with 14 additions and 14 deletions
|
@ -1760,7 +1760,7 @@ PHP_FUNCTION(mysqli_prepare)
|
|||
memcpy(last_error, stmt->stmt->last_error, MYSQL_ERRMSG_SIZE);
|
||||
memcpy(sqlstate, mysql->mysql->net.sqlstate, SQLSTATE_LENGTH+1);
|
||||
#else
|
||||
mysqlnd_error_info error_info = mysql->mysql->error_info;
|
||||
MYSQLND_ERROR_INFO error_info = mysql->mysql->error_info;
|
||||
#endif
|
||||
mysqli_stmt_close(stmt->stmt, FALSE);
|
||||
stmt->stmt = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue