mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
use fetch_fields only once and remember the result
This commit is contained in:
parent
0ec872a153
commit
dd7d41e938
2 changed files with 21 additions and 21 deletions
|
@ -47,6 +47,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
pdo_mysql_db_handle *H;
|
||||
MYSQL_RES *result;
|
||||
MYSQL_FIELD *fields;
|
||||
MYSQL_ROW current_data;
|
||||
long *current_lengths;
|
||||
} pdo_mysql_stmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue