You are here

function dba_mysql_report_help_abort_client in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_abort_client() {
  return t("Investigate why there are so many aborted clients.");
}