diff --git a/reference/mysql/reference.xml b/reference/mysql/reference.xml index 23cd004a2c..f603aae3e0 100644 --- a/reference/mysql/reference.xml +++ b/reference/mysql/reference.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -270,6 +270,18 @@ fields. This index starts with 0, the first field in the result. + + MYSQL_STORE_RESULT + + Specifies that the MySQL result should be buffered. + + + + MYSQL_USE_RESULT + + Specifies that the MySQL result should not be buffered. + +