summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2005-02-27 20:34:36 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2005-02-27 20:34:36 +0000
commitf7e8fcb8e0b3a2110c31e05c4cc2a55ddaf584f6 (patch)
treefad218e1287ccb9886357f6a76cf1d6b8dc92447 /ext/pdo_mysql/php_pdo_mysql_int.h
parent86994c3357605008a1973c1681009a5770a656e7 (diff)
downloadphp-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-xext/pdo_mysql/php_pdo_mysql_int.h1
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 {