diff options
author | unknown <andrey@lmy004.> | 2006-02-21 03:17:53 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-02-21 03:17:53 +0100 |
commit | 5c9afee608aef412065a90b10032d5ce23c12b1d (patch) | |
tree | 19cc67faee129d971868b452d73b78d9dea97d35 /mysql-test/r/events.result | |
parent | ae48f5fdf7fd307471c3b56822f3e575e0ea9c3c (diff) | |
download | mariadb-git-5c9afee608aef412065a90b10032d5ce23c12b1d.tar.gz |
fixed result
mysql-test/r/events.result:
result fixed
Diffstat (limited to 'mysql-test/r/events.result')
-rw-r--r-- | mysql-test/r/events.result | 4 |
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"); |