summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2005-02-27 11:46:38 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2005-02-27 11:46:38 +0000
commitbeb7151936c89ae94c8e129914b1bfde9359dd7e (patch)
tree1cb6783eb499e9e93a21476aa9cbac6c233ec778 /ext/pdo_mysql/php_pdo_mysql_int.h
parent8725ed75cdc1a1df3f25219c4d21302c1340dd5d (diff)
downloadphp-git-beb7151936c89ae94c8e129914b1bfde9359dd7e.tar.gz
cols
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h
index 8498bb0f89..eacaa66f63 100755
--- a/ext/pdo_mysql/php_pdo_mysql_int.h
+++ b/ext/pdo_mysql/php_pdo_mysql_int.h
@@ -49,7 +49,6 @@ typedef struct {
MYSQL_RES *result;
MYSQL_ROW current_data;
long *current_lengths;
- pdo_mysql_column *cols;
} pdo_mysql_stmt;
typedef struct {