diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 8d8daba75e..d01b3ff2b2 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -33,14 +33,13 @@ mysql_listtables can be used. This is deprecated however and is not recommended. - - - - This function has been deprecated. Do not use this function. - Use the command SHOW TABLES FROM DATABASE instead. - - - + + + The function mysql_list_tables is deprecated. It + is preferable to use mysql_query to issue a + SQL SHOW TABLES [FROM db_name] [LIKE 'pattern'] statement instead. + + <function>mysql_list_tables</function> example