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 | dc0070e3234f42a03d330b2d54476115e9e430e7 (patch) | |
tree | 7eb4f84ffaaf45f2b2b52b1d451cc98108564aa9 /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | b526e0e410c8a8e88768776d91d0ef32036581b5 (diff) | |
download | php-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-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 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, |