summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-07-20 16:22:09 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-07-20 16:22:09 +0000
commit4b6d351cd3ce775995848aae1cd6cde7816ef569 (patch)
tree8a177eda5dbfc06e3c62cd6d5d1201e895d043ad /ext/pdo_mysql/php_pdo_mysql_int.h
parente07d2f4803b0ffe7d6177b339184b8c9c9937bf3 (diff)
downloadphp-git-4b6d351cd3ce775995848aae1cd6cde7816ef569.tar.gz
Missing bit of the previous commits
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h
index 4f5a091c98..7879aeb3e5 100755
--- a/ext/pdo_mysql/php_pdo_mysql_int.h
+++ b/ext/pdo_mysql/php_pdo_mysql_int.h
@@ -64,7 +64,7 @@ typedef struct {
MYSQL_BIND *bound_result;
my_bool *out_null;
unsigned long *out_length;
-
+ unsigned max_length:1;
#endif
} pdo_mysql_stmt;