Bug #21650 not_embedded_server fails --with-ndbcluster
Submitted: 15 Aug 2006 7:52 Modified: 1 Sep 2006 8:01
Reporter: Stewart Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version: OS:
Assigned to: Stewart Smith CPU Architecture:Any

[15 Aug 2006 7:52] Stewart Smith
Description:
-------------------------------------------------------
*** r/not_embedded_server.result        2006-06-27 18:32:47.000000000 +0300
--- r/not_embedded_server.reject        2006-08-15 09:07:09.873161500 +0300
***************
*** 1,6 ****
--- 1,7 ----
  prepare stmt1 from ' show full processlist ';
  execute stmt1;
  Id    User    Host    db      Command Time    State   Info
+ number        system user     localhost               Daemon  time    Waiting for event from ndbcluster      NULL
  number        event_scheduler localhost       NULL    Connect time    Suspended       NULL
  number        root    localhost       test    Query   time    NULL    show full processlist
  deallocate prepare stmt1;
-------------------------------------------------------

How to repeat:
./mysql-test-run.pl --with-ndbcluster not_embedded_server

Suggested fix:
make test behave with ndb injector thread running
[15 Aug 2006 11:10] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/10454

ChangeSet@1.2274, 2006-08-15 19:10:10+08:00, stewart@willster.(none) +2 -0
  BUG#21650 not_embedded_server fails --with-ndbcluster
  
  make test ignore NDB injector thread
[15 Aug 2006 12:15] Stewart Smith
approved by martin. pushed to 5.1-ndb
[1 Sep 2006 8:01] Jonas Oreland
pushed to 5.1.12, nothing to document