From 4b6d351cd3ce775995848aae1cd6cde7816ef569 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 20 Jul 2005 16:22:09 +0000 Subject: Missing bit of the previous commits --- ext/pdo_mysql/php_pdo_mysql_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h') 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; -- cgit v1.2.1