diff options
author | Johannes Schlüter <johannes@php.net> | 2012-03-05 23:57:24 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-03-05 23:57:24 +0000 |
commit | 46608a073c31d9bf2c7fdd8cd746851fb6e840e8 (patch) | |
tree | b1144a8bccfdecdf985537c0e2575bba3c6fbcbc /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 5cea2169005b918c77a68e482e8bc67563cfcb45 (diff) | |
download | php-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-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 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, |