mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -27,10 +27,6 @@ SET @saved_log_output = @@log_output;
|
||||
SET @saved_general_log = @@GLOBAL.general_log;
|
||||
SET @saved_slow_query_log = @@GLOBAL.slow_query_log;
|
||||
|
||||
SELECT @saved_long_query_time, @saved_log_output, @saved_general_log, @saved_slow_query_log;
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Check that log tables work and we can do basic selects. This also
|
||||
# tests truncate, which works in a special mode with the log tables
|
||||
@ -528,7 +524,7 @@ SELECT "My own slow query", sleep(2);
|
||||
SELECT "My own slow query", sleep(2);
|
||||
|
||||
## So we look for seq 2-4
|
||||
--replace_column 1 START_TIME 2 USER_HOST 3 QUERY_TIME
|
||||
--replace_column 1 START_TIME 2 USER_HOST 3 QUERY_TIME 12 THREAD_ID
|
||||
SELECT * FROM mysql.slow_log WHERE seq >= 2 LIMIT 3;
|
||||
|
||||
SET GLOBAL slow_query_log = 0;
|
||||
|
Reference in New Issue
Block a user