Bug #10509 'kill' test case failure, returns success, expected failure
Submitted: 10 May 2005 13:08 Modified: 13 May 2005 16:53
Reporter: Kent Boortz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.12 OS:Other (IRIX, Mac OS X, HP-UX 11.23)
Assigned to: Assigned Account CPU Architecture:Any

[10 May 2005 13:08] Kent Boortz
Description:
The 'kill' test case fails on various platforms, Linux 64 bit Itanium, OS X 10.3,
IRIX 6.5 32 and 64 bit, and some others. It fails with

  At line 31: query 'select 1' succeeded - should have failed with errno 2006...

21856: *** r/kill.result        Tue May 10 02:11:22 2005
21857: --- r/kill.reject        Tue May 10 03:55:34 2005
21858: ***************
21859: *** 6,12 ****
21860:   0
21861:   kill @id;
21862:   select 1;
21863: - Got one of the listed errors
21864:   select ((@id := kill_id) - kill_id) from t1;
21865:   ((@id := kill_id) - kill_id)
21866:   0
21867: --- 6,11 ----

How to repeat:
Compile and run test case 'kill'
[13 May 2005 16:53] Jim Winstead
This is a duplicate of Bug #9712.