summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-03-05 23:57:24 +0000
committerJohannes Schlüter <johannes@php.net>2012-03-05 23:57:24 +0000
commit46608a073c31d9bf2c7fdd8cd746851fb6e840e8 (patch)
treeb1144a8bccfdecdf985537c0e2575bba3c6fbcbc /ext/pdo_mysql/php_pdo_mysql_int.h
parent5cea2169005b918c77a68e482e8bc67563cfcb45 (diff)
downloadphp-git-46608a073c31d9bf2c7fdd8cd746851fb6e840e8.tar.gz
Fix bug #61194 PDO should export compression flag with myslqnd
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-xext/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 51c740bee8..0b6d7752d3 100755
--- a/ext/pdo_mysql/php_pdo_mysql_int.h
+++ b/ext/pdo_mysql/php_pdo_mysql_int.h
@@ -161,8 +161,8 @@ enum {
PDO_MYSQL_ATTR_READ_DEFAULT_FILE,
PDO_MYSQL_ATTR_READ_DEFAULT_GROUP,
PDO_MYSQL_ATTR_MAX_BUFFER_SIZE,
- PDO_MYSQL_ATTR_COMPRESS,
#endif
+ PDO_MYSQL_ATTR_COMPRESS,
PDO_MYSQL_ATTR_DIRECT_QUERY,
PDO_MYSQL_ATTR_FOUND_ROWS,
PDO_MYSQL_ATTR_IGNORE_SPACE,