diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index e57381effd..5c4098115c 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -33,6 +33,14 @@ 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. + + + <function>mysql_list_tables</function> example