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
commitdc0070e3234f42a03d330b2d54476115e9e430e7 (patch)
tree7eb4f84ffaaf45f2b2b52b1d451cc98108564aa9 /ext/pdo_mysql/php_pdo_mysql_int.h
parentb526e0e410c8a8e88768776d91d0ef32036581b5 (diff)
downloadphp-git-dc0070e3234f42a03d330b2d54476115e9e430e7.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 a65a018ce6..f8caa9f6eb 100755
--- a/ext/pdo_mysql/php_pdo_mysql_int.h
+++ b/ext/pdo_mysql/php_pdo_mysql_int.h
@@ -163,8 +163,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,