function dba_mysql_report_help_slow in Database Administration 7
1 call to dba_mysql_report_help_slow()
- dba_mysql_report_output in database/mysql.report.inc
- Build mysqlreport output.
File
- database/mysql.report.inc, line 580
- Provides database driver specific report functions.
Code
function dba_mysql_report_help_slow() {
return t("This database is processing a large number of slow queries. You should review the slow query log, adding indexes were necessary and otherwise optimizing the slow queries.");
}