diff --git a/reference/mysql/functions/mysql-list-fields.xml b/reference/mysql/functions/mysql-list-fields.xml index 90ef6af079..cfa44b5f7e 100644 --- a/reference/mysql/functions/mysql-list-fields.xml +++ b/reference/mysql/functions/mysql-list-fields.xml @@ -1,10 +1,10 @@ - + mysql_list_fields - List MySQL result fields + List MySQL table fields Description @@ -18,7 +18,7 @@ mysql_list_fields retrieves information - about the given table name. Arguments are the database name and + about the given table name. Arguments are the database and the table name. A result pointer is returned which can be used with mysql_field_flags, mysql_field_len,