Re: BUG on SELECT

2005-01-11 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Bug_reports.html I think that your bug is related to bug #6303. "Federico J. Fernandez" <[EMAIL PROTECTED]> wrote: > > Hi, > > i'm using mysql-alpha ver 5.0.2. > > while i was using a cgi script, i discovered that SELECT querys us

BUG on SELECT

2005-01-10 Thread Federico J. Fernandez
Hi, i'm using mysql-alpha ver 5.0.2. while i was using a cgi script, i discovered that SELECT querys using DISTINCT and a duplicated field crashes mySQL server. i.e. SELECT DISTINCT id, id FROM table; aparently, it does not happen with all the tables, but more than 50% where could i report the bu