severity 404929 important
merge 404929 403721
stop

Hello Dariusz

On 2006-12-29 Dariusz Tefelski wrote:
> When I invoke query:
> 
> select w.*,u.name as editor, f.name as
> faculty, d.name as division from jos_facultyinfo_workers as w left join
> jos_facultyinfo_faculties as f on f.id = w.faculty_id left join
> jos_facultyinfo_divisions as d on d.id = w.division_id left join
> jos_users as u on u.id = w.checked_out group by w.id order by f.name
> asc, w.type asc, w.surname asc, w.name asc limit 0,30
> 
> Server replies:
> 
> ERROR 2013 (HY000): Lost connection to MySQL server during query

I guess this is the same bug as http://bugs.mysql.com/bug.php?id=25172
and http://bugs.debian.org/403721 as it uses the same "checked_out" field
and a "limit 0,30".

MySQL has verified it and is working on a solution.

bye,

-christian-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to