diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index c78a249bdc..8350a57aa4 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -263,6 +263,20 @@ Field is defined as DECIMAL + + + MYSQLI_TYPE_NEWDECIMAL + (integer) + + Precision math DECIMAL or NUMERIC field (MySQL 5.0.3 and up) + + + + MYSQLI_TYPE_BIT + (integer) + + Field is defined as BIT (MySQL 5.0.3 and up) + MYSQLI_TYPE_TINY