Open archonwang opened 8 years ago
by the way, I used mysql and rails 4.2 and in the conf file I found SQL that
sql_query = SELECT SQL_NO_CACHE
issues
.id
* 2 + 0 ASid
,issues
.subject
ASsubject
,issues
.id
ASsphinx_internal_id
, 'Issue' ASsphinx_internal_class
, 0 ASsphinx_deleted
,issues
.id
ASid
,issues
.status_id
ASstatus_id
,issues
.project_id
ASproject_id
FROMissues
WHERE (issues
.id
BETWEEN $start AND $end) GROUP BYissues
.id
,issues
.subject
,issues
.id
,issues
.id
,issues
.status_id
,issues
.project_id
ORDER BY NULL
I doubt the sql is wrong in mysql... anyone could tell me how to solve it? Thanks so much.
when I bundle rake index , occured an error. How can I fix it? Thanks so much.
the error information is