diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 3ad0d1a7e7..7eb007c780 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + mysql_list_tables @@ -17,7 +17,7 @@ Retrieves a list of table names from a MySQL database. - This function deprecated. It is preferable to use + This function is deprecated. It is preferable to use mysql_query to issue a SQL SHOW TABLES [FROM db_name] [LIKE 'pattern'] statement instead. @@ -52,6 +52,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 4.3.7 + + This function became deprecated. + + + + + + + + &reftitle.examples;