diff --git a/reference/pdo_mysql/constants.xml b/reference/pdo_mysql/constants.xml index fb727f9a21..1d2550c3a5 100644 --- a/reference/pdo_mysql/constants.xml +++ b/reference/pdo_mysql/constants.xml @@ -230,6 +230,26 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { + + + PDO::MYSQL_ATTR_MULTI_STATEMENTS + (integer) + + + + Disables multi query execution in both PDO::prepare + and PDO::query when set to &false;. + + + Note, this constant can only be used in the driver_options + array when constructing a new database handle. + + + &version.exists.asof; 5.5.21 and PHP 5.6.5. + + + +