Skip to content

Commit f22a50a

Browse files
author
konstantin@bodhi.netgear
committed
Merge bodhi.netgear:/opt/local/work/mysql-5.1-root
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge
2 parents dcf85eb + 2527b0f commit f22a50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/r/events_logs_tests.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ USER_HOST SLEEPVAL events_test SELECT SLEEP(2)
4949
SET SESSION long_query_time=300;
5050
"Make it quite long"
5151
TRUNCATE mysql.slow_log;
52-
SET SESSION long_query_time=1;
5352
CREATE TABLE slow_event_test (slo_val tinyint, val tinyint);
53+
SET SESSION long_query_time=1;
5454
"This won't go to the slow log"
5555
CREATE EVENT long_event ON SCHEDULE EVERY 1 MINUTE DO INSERT INTO slow_event_test SELECT @@long_query_time, SLEEP(3);
5656
SELECT * FROM slow_event_test;

mysql-test/t/events_logs_tests.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ SELECT user_host, query_time, db, sql_text FROM mysql.slow_log;
6969
SET SESSION long_query_time=300;
7070
--echo "Make it quite long"
7171
TRUNCATE mysql.slow_log;
72-
SET SESSION long_query_time=1;
7372
CREATE TABLE slow_event_test (slo_val tinyint, val tinyint);
73+
SET SESSION long_query_time=1;
7474
--echo "This won't go to the slow log"
7575
CREATE EVENT long_event ON SCHEDULE EVERY 1 MINUTE DO INSERT INTO slow_event_test SELECT @@long_query_time, SLEEP(3);
7676
SELECT * FROM slow_event_test;

0 commit comments

Comments
 (0)