List:Commits« Previous MessageNext Message »
From:ahristov Date:February 21 2006 3:18am
Subject:bk commit into 5.1 tree (andrey:1.2148)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2148 06/02/21 03:17:53 andrey@lmy004. +1 -0
  fixed result

  mysql-test/r/events.result
    1.24 06/02/21 03:17:44 andrey@lmy004. +2 -2
    result fixed

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	andrey
# Host:	lmy004.
# Root:	/work/mysql-5.1-bug16407

--- 1.23/mysql-test/r/events.result	2006-02-20 20:57:40 +01:00
+++ 1.24/mysql-test/r/events.result	2006-02-21 03:17:44 +01:00
@@ -363,7 +363,7 @@ create event закачка on schedule 
 show processlist;
 Id	User	Host	db	Command	Time	State	Info
 #	root	localhost	events_test	Query	#	NULL	show processlist
-#	event_scheduler	connecting host	NULL	Connect	#	Sleeping	NULL
+#	event_scheduler	localhost	NULL	Connect	#	Sleeping	NULL
 #	root	localhost	events_test	Connect	#	User lock	select get_lock("test_lock2", 20)
 "Release the mutex, the event worker should finish."
 select release_lock("test_lock2");
@@ -382,7 +382,7 @@ set global event_scheduler=0;
 show processlist;
 Id	User	Host	db	Command	Time	State	Info
 #	root	localhost	events_test	Query	#	NULL	show processlist
-#	event_scheduler	connecting host	NULL	Connect	#	Sleeping	NULL
+#	event_scheduler	localhost	NULL	Connect	#	Sleeping	NULL
 #	root	localhost	events_test	Connect	#	User lock	select get_lock("test_lock2_1", 20)
 "Release the lock so the child process should finish. Hence the scheduler also"
 select release_lock("test_lock2_1");
Thread
bk commit into 5.1 tree (andrey:1.2148)ahristov21 Feb