From: Ilia Alshanetsky Date: Wed, 20 Jul 2005 16:22:09 +0000 (+0000) Subject: Missing bit of the previous commits X-Git-Tag: RELEASE_0_9~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b6d351cd3ce775995848aae1cd6cde7816ef569;p=php Missing bit of the previous commits --- 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;