This patch similar to use_global_long_query_time. As it, patch allow choose variable scope for variables of slow_extended (settings slow query log).
This patch is included as part of slow_extended.
| Percona-Server Version | Comments |
|---|---|
| 5.1.47-11.0 | Full functionality, except “all” option and link between user_global_long_query_time and use_global_log_slow_control=long_query_time available. |
| 5.1.47-12.0 | Full functionality available. |
| Type | System and command-line variable |
| Scope | Global |
| Dynamic | Yes |
| Default | none |
Specifies which variable is the global scope instead of local. Value is a “flag” variable - you can specify multiple values separated by commas
| Value | Explanation |
|---|---|
| none | All variables use local scope |
| log_slow_filter | Global variable log_slow_filter has effect (instead of local) |
| log_slow_rate_limit | Global variable log_slow_rate_limit has effect (instead of local) |
| log_slow_verbosity | Global variable log_slow_verbosity has effect (instead of local) |
| long_query_time | Global variable long_query_time has effect (instead of local) |
| min_examined_row_limit | Global variable min_examined_row_limit has effect (instead of local) |
| all | Global variables has effect (instead of loval) |
Please report bugs to https://bugs.launchpad.net/percona-project/+filebug and ask general questions in maillist Percona-discussions
Discussion