mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
18 lines
669 B
Text
18 lines
669 B
Text
show variables like 'use_global_long_query_time';
|
|
Variable_name Value
|
|
use_global_long_query_time ON
|
|
show variables like 'use_global_log_slow_control';
|
|
Variable_name Value
|
|
use_global_log_slow_control long_query_time
|
|
show variables like 'log_slow_verbosity';
|
|
Variable_name Value
|
|
log_slow_verbosity microtime,query_plan,innodb
|
|
show global variables like 'use_global_long_query_time';
|
|
Variable_name Value
|
|
use_global_long_query_time ON
|
|
show global variables like 'log_slow_verbosity';
|
|
Variable_name Value
|
|
log_slow_verbosity microtime,query_plan,innodb
|
|
show global variables like 'use_global_log_slow_control';
|
|
Variable_name Value
|
|
use_global_log_slow_control long_query_time
|