[MDEV-33144] Implement the Percona variable slow_query_log_always_write_time Created: 2023-12-31 Updated: 2024-01-20 |
|
| Status: | In Testing |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Documentation from Percona: The Percona implementation shows that slow_query_log_always_write_time only comes into effect for queries longer than long_query_time. |
| Comments |
| Comment by Michael Widenius [ 2023-12-31 ] |
|
Commit message: MDEV-33144 Implement the Percona variable slow_query_log_always_write_time This task is inspired by the Percona implementation of This task implements the variable log_slow_always_query_time (name matching For queries with execution time longer than log_slow_always_query_time Other things:
|
| Comment by Michael Widenius [ 2023-12-31 ] |
|
This code can be found in bb-11.5-monty |