diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index 1de2420f97..5b68e1a290 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,10 @@ Returns the error text from the last MySQL function, or - '' (the empty string) if no error occurred. + '' (the empty string) if no error occurred. + If not connection is explicitely passed to the function, the last + successful connection will be used to retrieve the error message + from the MySQL server. Errors coming back from the MySQL database backend no longer