[MDEV-22036] Can't dynamically set 'long_query_time' Created: 2020-03-25 Updated: 2020-03-25 Resolved: 2020-03-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.4.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | acsfer | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://mariadb.com/kb/en/slow-query-log-overview/#configuring-the-slow-query-log-time
|
| Comments |
| Comment by Alice Sherepa [ 2020-03-25 ] |
|
A global variable change affects all new sessions. It does not affect any currently open sessions, including the one that made the change. (https://mariadb.com/kb/en/set/#global-session) |