diff options
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 888a605591..4dc5739793 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -50,6 +50,7 @@ typedef struct { MYSQL_FIELD *fields; MYSQL_ROW current_data; long *current_lengths; + pdo_mysql_error_info einfo; } pdo_mysql_stmt; typedef struct { |