diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-27 11:46:38 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-27 11:46:38 +0000 |
commit | beb7151936c89ae94c8e129914b1bfde9359dd7e (patch) | |
tree | 1cb6783eb499e9e93a21476aa9cbac6c233ec778 /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 8725ed75cdc1a1df3f25219c4d21302c1340dd5d (diff) | |
download | php-git-beb7151936c89ae94c8e129914b1bfde9359dd7e.tar.gz |
cols
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, 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 { |