You are here

function dba_mysql_report_help_com in Database Administration 7

1 call to dba_mysql_report_help_com()
dba_mysql_report_output in database/mysql.report.inc
Build mysqlreport output.

File

database/mysql.report.inc, line 526
Provides database driver specific report functions.

Code

function dba_mysql_report_help_com() {
  return t("_Com accounts for all MySQL commands, primarily those that are protocol related. This should be very small. Something is causing an abnormally high percentage of MySQL commands on your server.\n\nLook at the end of the Questions section of this report to see which MySQL commands are being executed so frequently.");
}