diff options
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; |