diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-07-20 16:22:09 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-07-20 16:22:09 +0000 |
commit | 4b6d351cd3ce775995848aae1cd6cde7816ef569 (patch) | |
tree | 8a177eda5dbfc06e3c62cd6d5d1201e895d043ad /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | e07d2f4803b0ffe7d6177b339184b8c9c9937bf3 (diff) | |
download | php-git-4b6d351cd3ce775995848aae1cd6cde7816ef569.tar.gz |
Missing bit of the previous commits
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 2 |
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; |