summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-21 09:54:40 +0200
committerAnatol Belski <ab@php.net>2014-08-21 09:54:40 +0200
commiteb1871b3fb63f48216f20663f0cc479d322e3970 (patch)
tree7110221a926e068a2e946043f555fc272f8283d6 /ext/pdo_mysql/php_pdo_mysql_int.h
parent8d6ef99a390f9437e2eda113b04f564c4e94b294 (diff)
downloadphp-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.h2
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;