Closed (fixed)
Project:
Drupal core
Version:
6.0-rc2
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jan 2007 at 22:38 UTC
Updated:
7 Feb 2008 at 13:21 UTC
Jump to comment: Most recent file
The following two lines ar from system.module (line 1806-1807 in rc1):
> '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.'),
The first line has a leading space which shouldn't be there, and in addition, the two lines have the same description.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | sytem.admin_.inc_.patch | 833 bytes | zeta ζ |
| #6 | sytem.admin_.inc_.patch | 810 bytes | zeta ζ |
| #1 | system.patch_2.txt | 732 bytes | jax |
Comments
Comment #1
jax commentedRemoved the leading space. That's what I call "polish".
Comment #2
perf commentedBut should the descriptions really be the same? To me 'Select_range_check' doesn't sound like it has anything to do with joins. Judging from http://drupal.org/node/103327, it ought to be something like this:
Comment #3
dries commentedI removed that space but we'll want to double-check the explanation of those variables. The descriptions are on mysql.com somewhere ...
Comment #4
webchickComment #5
webchickMore descriptive title.
Comment #6
zeta ζ commentedI think this is the correct description (from MySQL manual)
Comment #7
jax commentedThe description you provided is for "Select_full_range_join" and not "Select_range_check". The description in the manual for Select_range_check is:
Comment #8
zeta ζ commentedSorry about that: slight confusion while I was looking up the answer.
Please find corrected patch. I’ve used the description from MySQL abbreviated as per the others: Please say If you’d like a version further edited.
Comment #9
jax commentedlgtm
Comment #10
gábor hojtsyCommitted, thanks.
Comment #11
zeta ζ commentedThanks,
Have you seen http://drupal.org/node/212233 ? – highlights the rows, when not zero.
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.