diff options
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 04e8ee078c..9409f0308a 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -107,9 +107,6 @@ typedef struct st_mysqlnd_error_info } mysqlnd_error_info; -typedef struct st_mysqlnd_qcache MYSQLND_QCACHE; - - typedef struct st_mysqlnd_infile_info { php_stream *fd; @@ -480,9 +477,6 @@ struct st_mysqlnd_connection /* options */ MYSQLND_OPTION options; - /* qcache */ - MYSQLND_QCACHE *qcache; - /* stats */ MYSQLND_STATS stats; @@ -526,7 +520,6 @@ struct st_mysqlnd_buffered_result uint64_t initialized_rows; zend_bool persistent; - MYSQLND_QCACHE *qcache; unsigned int references; mysqlnd_error_info error_info; |