diff options
author | Anatol Belski <ab@php.net> | 2014-08-21 09:54:40 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-21 09:54:40 +0200 |
commit | eb1871b3fb63f48216f20663f0cc479d322e3970 (patch) | |
tree | 7110221a926e068a2e946043f555fc272f8283d6 /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 8d6ef99a390f9437e2eda113b04f564c4e94b294 (diff) | |
download | php-git-eb1871b3fb63f48216f20663f0cc479d322e3970.tar.gz |
yet trivial fixes to mysql exts
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rw-r--r-- | 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 e6fc079466..fe2d216a5f 100644 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -106,7 +106,7 @@ typedef struct { unsigned fetch_table_names:1; unsigned _reserved:31; #if !PDO_USE_MYSQLND - unsigned long max_buffer_size; + php_uint_t max_buffer_size; #endif pdo_mysql_error_info einfo; |