Package: mysql-server-5.0
Version: 5.0.30-2
Architecture: amd64

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

Tried this on MySQL 5.1.12beta on my machine (binary version for
amd64 from MySQL download page) and on 5.0.27-standard MySQL Community
Edition running on another machine with RedHat (AMD64). It worked ok.

I am using Debian GNU/Linux 4.0
Kernel: 2.6.18-3-amd64
libc: libc6 2.3.6.ds1-9

Best Regards,
Darek

-- 
Dariusz Tefelski, SQ5NBG
http://www.if.pw.edu.pl/~tefelski


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

Reply via email to