Bug #2123 mysqld 4.1 segmentation fault
Submitted: 15 Dec 2003 13:57 Modified: 14 Jan 2004 20:50
Reporter: Jani Tolonen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1 OS:Linux (Linux, probably others)
Assigned to: Jani Tolonen CPU Architecture:Any

[15 Dec 2003 13:57] Jani Tolonen
Description:
Crash the server:

select 1 into outfile '/tmp/outfile.txt';
select 1 a into outfile '/tmp/outfile.txt';

Regards,
Jani

How to repeat:
select 1 into outfile '/tmp/outfile.txt';
select 1 a into outfile '/tmp/outfile.txt';

Suggested fix:
None yet.
[14 Jan 2004 20:50] Jani Tolonen
Fixed in the 4.1 release.

Regards,
Jani