diff --git a/reference/mysql/functions/mysql-errno.xml b/reference/mysql/functions/mysql-errno.xml index 1054160433..d089c0b34f 100644 --- a/reference/mysql/functions/mysql-errno.xml +++ b/reference/mysql/functions/mysql-errno.xml @@ -1,5 +1,5 @@ - + @@ -57,6 +57,13 @@ + + + If the optional argument is specified the given link + is used to retrieve the error code. If not, the last + opened link is used. + + See also: mysql_error diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index e4d217ccbb..dcbc685501 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -56,6 +56,13 @@ + + + If the optional argument is specified the given link + is used to retrieve the error message. If not, the last + opened link is used. + + See also: mysql_errno