Update the result file with an updated comment.
This commit is contained in:
parent
9279170e69
commit
f017117d84
@ -85,7 +85,7 @@ SELECT * FROM slow_event_test;
|
|||||||
slo_val val
|
slo_val val
|
||||||
20 0
|
20 0
|
||||||
1 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;
|
SELECT user_host, query_time, db, sql_text FROM mysql.slow_log;
|
||||||
user_host query_time db sql_text
|
user_host query_time db sql_text
|
||||||
USER_HOST SLEEPVAL events_test INSERT INTO slow_event_test SELECT @@long_query_time, SLEEP(2)
|
USER_HOST SLEEPVAL events_test INSERT INTO slow_event_test SELECT @@long_query_time, SLEEP(2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user