function dba_mysql_report_help_tables in Database Administration 7
1 call to dba_mysql_report_help_tables()
- dba_mysql_report_output in database/mysql.report.inc
- Build mysqlreport output.
File
- database/mysql.report.inc, line 564
- Provides database driver specific report functions.
Code
function dba_mysql_report_help_tables() {
return t("You are opening new tables quickly and may benefit from increasing the table_cache tunable. Monitor total memory consumption carefully if increasing this tunable.");
}