summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-02-21 03:17:53 +0100
committerunknown <andrey@lmy004.>2006-02-21 03:17:53 +0100
commit8d860bfdfd86e9246d1f5247c7b7cce5e72366d7 (patch)
tree19cc67faee129d971868b452d73b78d9dea97d35 /mysql-test
parentd8152e58d93b78ef76158fa87ce804cefaa37b62 (diff)
downloadmariadb-git-8d860bfdfd86e9246d1f5247c7b7cce5e72366d7.tar.gz
fixed result
mysql-test/r/events.result: result fixed
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/events.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/events.result b/mysql-test/r/events.result
index 0fc3168db41..7ac29568bf8 100644
--- a/mysql-test/r/events.result
+++ b/mysql-test/r/events.result
@@ -363,7 +363,7 @@ create event закачка on schedule every 10 hour do select get_lock("test_l
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");