Unify. The typedef-ed structs in mysqlnd are always capitalized.

This commit is contained in:
Andrey Hristov 2009-12-23 11:58:45 +00:00
parent 6a9d78f102
commit 01adfaee5f
4 changed files with 14 additions and 14 deletions

View file

@ -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;