From: Andrey Hristov Date: Mon, 31 Jan 2011 13:52:21 +0000 (+0000) Subject: Add two new enums constants from the server X-Git-Tag: php-5.3.6RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23437f011c86ffa8ac9e7b3fcee395ca9dbb410a;p=php Add two new enums constants from the server --- diff --git a/ext/mysqlnd/mysqlnd_enum_n_def.h b/ext/mysqlnd/mysqlnd_enum_n_def.h index 07f85d3c78..aedac17575 100644 --- a/ext/mysqlnd/mysqlnd_enum_n_def.h +++ b/ext/mysqlnd/mysqlnd_enum_n_def.h @@ -157,6 +157,8 @@ typedef enum mysqlnd_option MYSQL_REPORT_DATA_TRUNCATION, MYSQL_OPT_RECONNECT, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, + MYSQL_PLUGIN_DIR, + MYSQL_DEFAULT_AUTH, #if MYSQLND_UNICODE MYSQLND_OPT_NUMERIC_AND_DATETIME_AS_UNICODE = 200, #endif