summaryrefslogtreecommitdiff
path: root/mysql-test/suite/percona/percona_slow_extended-microseconds_in_slow_extended.result
blob: ce27c518efee8692966fc48dd9d6ef45a88f47d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SET GLOBAL SLOW_QUERY_LOG=ON;
SELECT sleep(2);
sleep(2)
0
set global slow_query_log_timestamp_precision='microsecond';
SELECT sleep(2);
sleep(2)
0
set global slow_query_log_timestamp_precision='second';
SET GLOBAL SLOW_QUERY_LOG=OFF;
FLUSH LOGS;
1
2