Description:
*** r/events.result 2006-06-28 15:10:23.000000000 +0300
--- r/events.reject 2006-08-15 09:02:45.200620500 +0300
***************
*** 312,317 ****
--- 312,318 ----
select /*1*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info;
user host db command state info
event_scheduler localhost NULL Connect Suspended NULL
+ system user Daemon Waiting for event from ndbclus NULL
select release_lock("test_lock1");
release_lock("test_lock1")
1
***************
*** 332,337 ****
--- 333,339 ----
select /*2*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info;
user host db command state info
event_scheduler localhost NULL Connect Sleeping NULL
+ system user Daemon Waiting for event from ndbclus NULL
root localhost events_test Connect User lock select get_lock("test_lock2", 20)
"Release the mutex, the event worker should finish."
"Release the mutex, the event worker should finish."
***************
*** 348,359 ****
--- 350,363 ----
select /*3*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info;
user host db command state info
event_scheduler localhost NULL Connect Sleeping NULL
+ system user Daemon Waiting for event from ndbclus NULL
root localhost events_test Connect User lock select get_lock("test_lock2_1", 20)
set global event_scheduler=2;
"Should have only our process now:"
select /*4*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info;
user host db command state info
event_scheduler localhost NULL Connect Suspended NULL
+ system user Daemon Waiting for event from ndbclus NULL
root localhost events_test Connect User lock select get_lock("test_lock2_1", 20)
drop event закачка21;
create table t_16 (s1 int);
-------------------------------------------------------
How to repeat:
./mysql-test-run.pl --with-ndbcluster events
Suggested fix:
events test case handle presence of ndb injector thread
Description: *** r/events.result 2006-06-28 15:10:23.000000000 +0300 --- r/events.reject 2006-08-15 09:02:45.200620500 +0300 *************** *** 312,317 **** --- 312,318 ---- select /*1*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info; user host db command state info event_scheduler localhost NULL Connect Suspended NULL + system user Daemon Waiting for event from ndbclus NULL select release_lock("test_lock1"); release_lock("test_lock1") 1 *************** *** 332,337 **** --- 333,339 ---- select /*2*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info; user host db command state info event_scheduler localhost NULL Connect Sleeping NULL + system user Daemon Waiting for event from ndbclus NULL root localhost events_test Connect User lock select get_lock("test_lock2", 20) "Release the mutex, the event worker should finish." "Release the mutex, the event worker should finish." *************** *** 348,359 **** --- 350,363 ---- select /*3*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info; user host db command state info event_scheduler localhost NULL Connect Sleeping NULL + system user Daemon Waiting for event from ndbclus NULL root localhost events_test Connect User lock select get_lock("test_lock2_1", 20) set global event_scheduler=2; "Should have only our process now:" select /*4*/ user, host, db, command, state, info from information_schema.processlist where info is null or info not like '%processlist%' order by info; user host db command state info event_scheduler localhost NULL Connect Suspended NULL + system user Daemon Waiting for event from ndbclus NULL root localhost events_test Connect User lock select get_lock("test_lock2_1", 20) drop event закачка21; create table t_16 (s1 int); ------------------------------------------------------- How to repeat: ./mysql-test-run.pl --with-ndbcluster events Suggested fix: events test case handle presence of ndb injector thread