mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused properties in mysqlnd (#6849)
* can_ret_as_str_in_uni and is_possibly_blob is no longer used anywhere * Removed mysqlnd_stmt_fetch_row_buffered header * Removed unicode constants leftovers
This commit is contained in:
parent
bd3ba5465b
commit
381ab44ccc
4 changed files with 2 additions and 41 deletions
|
@ -23,8 +23,6 @@
|
|||
#define MYSQLI_CLOSE_EXPLICIT 0
|
||||
#define MYSQLI_CLOSE_IMPLICIT 1
|
||||
#define MYSQLI_CLOSE_DISCONNECTED 2
|
||||
#define MYSQLND_OPT_NUMERIC_AND_DATETIME_AS_UNICODE 200
|
||||
#define MYSQLND_OPT_INT_AND_YEAR_AS_INT 201
|
||||
|
||||
/* r->data should be always NULL, at least in recent libmysql versions, the status changes once data is read*/
|
||||
#define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RESULT && (r)->data == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue