- Patch #107375 by Jax: removing space.

5.x
Dries Buytaert 2007-01-08 12:07:42 +00:00
parent f416390067
commit 8d76a18c02
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ function system_sql() {
$output .= '<h2>'. t('Query performance') .'</h2>';
$output .= _system_sql($data, array(
'Select_full_join' => t(' The number of joins without an index; should be zero.'),
'Select_full_join' => t('The number of joins without an index; should be zero.'),
'Select_range_check' => t('The number of joins without an index; should be zero.'),
'Sort_scan' => t('The number of sorts done without using an index; should be zero.'),
'Table_locks_immediate' => t('The number of times a lock could be acquired immediately.'),