how to handle this problem with version 1.2.10

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
danielgu
Posts: 2
Joined: 08 Jun 2012, 06:03

how to handle this problem with version 1.2.10

Post by danielgu »

APPLICATION ERROR #401
数据库查询失败。数据库返回的错误信息是:#1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY bug_id' at line 1 查询语句:SELECT DISTINCT bug_id,MAX(last_modified) as last_modified, COUNT(last_modified) as count FROM mantis_bugnote_table WHERE mantis_bugnote_table.bug_id in () GROUP BY bug_id

Could anybody kindly give me a clue about how to solve the problem? Thanks!
danielgu
Posts: 2
Joined: 08 Jun 2012, 06:03

Re: how to handle this problem with version 1.2.10

Post by danielgu »

The problem was solved. It's originated by "order by" bug in mysql 6 alpha version.
Post Reply