Bug #10930 Test "sp-threads" does not fit embedded server
Submitted: 27 May 2005 20:34 Modified: 1 Mar 2006 18:36
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:5.0.6 OS:All Unix
Assigned to: Alexey Botchkov CPU Architecture:Any

[27 May 2005 20:34] Joerg Bruehe
Description:
Running test "sp-threads" in the embedded server, the result differs.
Given the different thread model, this might be expected?

-------------------------------------------------------
*** r/sp-threads.result Thu May 26 18:32:47 2005
--- r/sp-threads.reject Fri May 27 17:56:06 2005
***************
*** 34,42 ****
   call bug9486();
  show processlist;
  Id    User    Host    db      Command Time    State   Info
- #     root    localhost       test    Sleep   #               NULL
- #     root    localhost       test    Query   #       Locked  call bug9486()
- #     root    localhost       test    Query   #       NULL    show processlist
  unlock tables;
  drop procedure bug9486;
  drop table t1, t2;
--- 34,39 ----
-------------------------------------------------------

How to repeat:
Run embedded tests.
[1 Mar 2006 18:36] Mike Hillyer
Documented in 5.0.19 changelog.