You are here

function dba_mysql_report_help_lock_wait in Database Administration 7

File

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

Code

function dba_mysql_report_help_lock_wait() {
  return t("A significant number of your table locks are waiting for other locks to be released. Review your slow query log, this could be caused by poorly indexed or otherwise poorly optimized queries.");
}