From f017117d84c7e05e89b27fc6a4ae3561dec23ad1 Mon Sep 17 00:00:00 2001 From: "kostja@bodhi.local" <> Date: Thu, 22 Mar 2007 00:11:58 +0300 Subject: [PATCH] Update the result file with an updated comment. --- mysql-test/r/events_logs_tests.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/events_logs_tests.result b/mysql-test/r/events_logs_tests.result index ede7d0f4e25..0d49060f4a9 100644 --- a/mysql-test/r/events_logs_tests.result +++ b/mysql-test/r/events_logs_tests.result @@ -85,7 +85,7 @@ SELECT * FROM slow_event_test; slo_val val 20 0 1 0 -"Check slow log. Should see 1 row because 4 is over the threshold of 3 for GLOBAL, though under SESSION which is 10" +"Check slow log. Should see 1 row because 2 is over the threshold of 1 for GLOBAL, though under SESSION which is 10" SELECT user_host, query_time, db, sql_text FROM mysql.slow_log; user_host query_time db sql_text USER_HOST SLEEPVAL events_test INSERT INTO slow_event_test SELECT @@long_query_time, SLEEP(2)