diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-27 20:34:36 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-27 20:34:36 +0000 |
commit | f7e8fcb8e0b3a2110c31e05c4cc2a55ddaf584f6 (patch) | |
tree | fad218e1287ccb9886357f6a76cf1d6b8dc92447 /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 86994c3357605008a1973c1681009a5770a656e7 (diff) | |
download | php-git-f7e8fcb8e0b3a2110c31e05c4cc2a55ddaf584f6.tar.gz |
fully distinguish between database and statement level errors
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 { |