Bug #14497 | crash + stackdump | ||
---|---|---|---|
Submitted: | 30 Oct 2005 22:46 | Modified: | 31 Jan 2006 18:51 |
Reporter: | Michael Wallner (Candidate Quality Contributor) | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.14 | OS: | Linux (Linux (Debian/testing)) |
Assigned to: | CPU Architecture: | Any |
[30 Oct 2005 22:46]
Michael Wallner
[31 Oct 2005 22:02]
Jorge del Conde
Thanks for your bug report. I was able to reproduce this under FC4 using a recent 4.1 clone
[2 Nov 2005 11:02]
Michael Wallner
Please note that I seemingly had hit "Submit" twice, so this became a duplicate of bug #14496
[11 Jan 2006 11:39]
Sergey Vojtovich
Wasn't able to repeat this bug on Debian/Sarge using recent 4.1.17 clone and following testcase: create table foo ( bar text NULL, FULLTEXT KEY bar (bar) ); insert into foo (bar) values ( "This is row sample"); insert into foo (bar) values ( "This is row foobar" ); insert into foo (bar) values ( "This is row sample"); insert into foo (bar) values ( "This is row another" ); insert into foo (bar) values ( "This is row wordlist" ); insert into foo (bar) values ( "This is row random" ); PREPARE stmt1 FROM "select bar, MATCH(bar) AGAINST ('foobar sample') as afoo from foo where MATCH(bar) AGAINST ('foobar sample')"; EXECUTE stmt1; EXECUTE stmt1; DEALLOCATE PREPARE stmt1; DROP TABLE foo; It seems several similiar bugs were fixed since 4.1.14, could you please reverify?
[31 Jan 2006 18:51]
Jorge del Conde
I was unable to repeat using a recent 4.1 pull